Search
Polygon3D.pointToPlaneDist Method
See Also
 






Gets the distance from specified point to specified plane.

Namespace: com.mindfusion.charting.threed
File: 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