Search
Vector.add Method
See Also
 






Translates the specified Point2D by the specified Vector.

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

 Syntax

Java  Copy Code

public static Point2D add (
    Vector vector,
    Point2D point
)

 Parameters

vector

The Vector to add.

point

The reference point.

 Return Value

The translated point.

 See Also