Gets the distance from specified point to specified plane.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
C# Copy Code |
---|
public static double PointToPlaneDist ( |
Visual Basic Copy Code |
---|
Public Shared Function PointToPlaneDist( _ |
A Point3D instance.
A point from the plane.
The plane's normal vector.