Search
Polygon3D.pointToPlaneDist Method
See Also
 






Gets the distance from specified point to polygon's plane.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public double pointToPlaneDist (
    Point3D p
)

 Parameters

p

A Point3D instance.

 Return Value

A double value representing the distance.

 See Also