Click or drag to resize

Point3 Operators

The Point3 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Point3, Point3)
Add two points.
Public operatorStatic memberAddition(Point3, Vector3)
Add vector to point.
Public operatorStatic memberDivision
Divide point by constant.
Public operatorStatic memberEquality
Compares vectors for equality.
Public operatorStatic memberGreaterThan
Compare two points for greater than.
Public operatorStatic memberInequality
Compares two points for not equal.
Public operatorStatic memberLessThan
Compare points for smaller than.
Public operatorStatic memberMultiply(Double, Point3)
Multiply point by constant.
Public operatorStatic memberMultiply(Point3, Double)
Multiply point by constant.
Public operatorStatic memberSubtraction(Point3, Point3)
Subtract two points to get a vector.
Public operatorStatic memberSubtraction(Point3, Vector3)
Substract vector from point.
Top
See Also