Search
Point3D.distance Method
See Also
 






Gets the distance to specified point.

Namespace: MindFusion.Charting
File: Point3D.js

 Syntax

JavaScript  Copy Code

function distance (p)

 Parameters

p

A Point3D instance.

 Return Value

A number value representing the distance.

 See Also