Search
Polygon3D.pointToPlaneDist Method (Point3D, Point3D, Vector3D)
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

A Point3D instance.

planePoint

A point from the plane.

planeNormal

The plane's normal vector.

 Return Value

A number value representing the distance.

 See Also