Point Operators and Type Conversions |
[This is preliminary documentation and is subject to change.]
The Point type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Performs a translation of the given point, using the given translation vector.
|
![]() ![]() | Equality |
Checks if both points are equal
|
![]() ![]() | (Vector to Point) |
Converts a vector into a point
|
![]() ![]() | Inequality |
Checks if both points are not equal
|
![]() ![]() | Subtraction(Point, Point) |
Calculates the vector that describes the change in XYZ to go from first to second |
![]() ![]() | Subtraction(Point, Vector) |
Performs a translation of the given point, using the given translation vector.
|