JPlanner Programmer's Guide
PointD.withX Method
See Also
 






Creates a new point with x-coordinate set to the specified value and y-coordinate equal to that of the current point.

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

 Syntax

Java  Copy Code

public PointD withX (
    double x
)

 Parameters

x

The x-coordinate of the new point.

 Return Value

A PointD object.

 See Also

PointD Members
PointD Class
com.mindfusion.common Namespace