Point3 Operators

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