Gets the distance from specified point to polygon's plane.
Namespace: MindFusion.Charting.ThreeD
File: Polygon3D.js
SyntaxJavaScript
Copy Code
|
|---|
function pointToPlaneDist (p) |
A Point3D instance.
A number value representing the distance.
See Also