Search
Utilities.distance Method
See Also
 






Calculates the distance between the specified two points.

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

 Syntax

Java  Copy Code

public static double distance (
    Point2D p1,
    Point2D p2
)

 Parameters

p1

The first Point2D.

p2

The second Point2D.

 Return Value

A double value that represents the distance.

 See Also