Search
CommonUtils.add(T) Method (T, Point2D)
See Also
 






Add (translate) the coordinates of one point with the coordinates of another

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

 Syntax

Java  Copy Code

public static <T> T add (
    T changed,
    Point2D changeVector
)

 Parameters

changed

changeVector

 Return Value

the first parameter which holds the result

 See Also