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






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

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

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