Search
CommonUtils.subtract Method
See Also
 






Subtract the coordinates of one point from the coordinates of another

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static Point subtract (
    Point changed,
    Point changeVector
)

 Parameters

changed

changeVector

 Return Value

the first parameter which holds the result

 See Also