MindFusion.Java Package Programmer's Guide
Polygon3D.pointToPlaneDist Method (Point3D, Point3D, Vector3D)
See Also
 






Gets the distance from specified point to specified plane.

Namespace: com.mindfusion.charting.threed
Package: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public static double pointToPlaneDist (
    Point3D p,
    Point3D planePoint,
    Vector3D planeNormal
)

 Parameters

p

A Point3D instance.

planePoint

A point from the plane.

planeNormal

The plane's normal vector.

 Return Value

 See Also

pointToPlaneDist Method Overload List
Polygon3D Members
Polygon3D Class
com.mindfusion.charting.threed Namespace