Gets the distance from specified point to specified plane.
Namespace: MindFusion.Charting.ThreeD
File: Polygon3D.js
JavaScript Copy Code |
---|
function pointToPlaneDist (p, planePoint, planeNormal) |
A Point3D instance.
A point from the plane.
The plane's normal vector.
A number value representing the distance.