Gets the distance from specified point to polygon's plane.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public double PointToPlaneDist ( |
Visual Basic
Copy Code
|
|---|
Public Function PointToPlaneDist( _ |
A Point3D instance.
A double value representing the distance.
See Also