Point Operators

Point Operators
Operators
Operator 
Description 
- 
Changes the sign (positive, negative) of a Point. 
/= 
Divides the x and y coordinate values of a point by a fixed value. 
+= 
Adds a set value to the x and y coordinates of the current point. 
= 
Assigns a fixed value to the current point. 
-= 
Subtracts a set value from the current point. 
*= 
Multiplies the x and y coordinate values of the current point with a fixed value. 
!= 
Determines the inequality of the two points. 
== 
Determines the equality of two points. 
- 
Subtracts a set value from a Point. 
* 
Multiplies a point with a fixed value. 
/ 
Divides a point by a set value. 
+ 
Adds a set value to a point.