Click or drag to resize

Point Operators and Type Conversions

[This is preliminary documentation and is subject to change.]

The Point type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Performs a translation of the given point, using the given translation vector.
Public operatorStatic memberEquality
Checks if both points are equal
Public operatorStatic member(Vector to Point)
Converts a vector into a point
Public operatorStatic memberInequality
Checks if both points are not equal
Public operatorStatic memberSubtraction(Point, Point)
Calculates the vector that describes the change in XYZ to go from first to second
Public operatorStatic memberSubtraction(Point, Vector)
Performs a translation of the given point, using the given translation vector.
Top
See Also