JPlanner Programmer's Guide
PointD Constructor (Double, Double)
See Also
 






Initializes a new instance of the PointD class with the specified coordinates.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public PointD (
    double x,
    double y
)

 Parameters

x

The x-coordinate of the new point.

y

The y-coordinate of the new point.

 See Also

PointD Constructor Overload List
PointD Class
com.mindfusion.common Namespace