Search
Polygon3D.pointToPlaneDist Method (Point3D)
See Also
 






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

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

 Syntax

JavaScript  Copy Code

function pointToPlaneDist (p)

 Parameters

p

A Point3D instance.

 Return Value

A number value representing the distance.

 See Also