Search
Point3D.distance Method
See Also
 






Gets the distance of this Point3D to the specified Point3D.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public double distance (
    Point3D p
)

 Parameters

p

A Point3D instance.

 Return Value

A double value representing the distance.

 See Also