Search
Polygon3D.pointToPlaneDist Method
See Also
 






Gets the distance from specified point to specified plane.

Namespace: MindFusion.Charting.ThreeD
File: Polygon3D.js

 Syntax

JavaScript  Copy Code

function pointToPlaneDist (p, planePoint, planeNormal)

 Parameters

p

Type: Point3D
A Point3D instance.

planePoint

Type: Point3D
A point from the plane.

planeNormal

Type: Vector3D
The plane's normal vector.

 Return Value

Type: Number
A number value representing the distance.

 See Also