![]() |
Point3 Operators |
The Point3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Point3, Point3) |
Add two points.
|
![]() ![]() | Addition(Point3, Vector3) |
Add vector to point.
|
![]() ![]() | Division |
Divide point by constant.
|
![]() ![]() | Equality |
Compares vectors for equality.
|
![]() ![]() | GreaterThan |
Compare two points for greater than.
|
![]() ![]() | Inequality |
Compares two points for not equal.
|
![]() ![]() | LessThan |
Compare points for smaller than.
|
![]() ![]() | Multiply(Double, Point3) |
Multiply point by constant.
|
![]() ![]() | Multiply(Point3, Double) |
Multiply point by constant.
|
![]() ![]() | Subtraction(Point3, Point3) |
Subtract two points to get a vector.
|
![]() ![]() | Subtraction(Point3, Vector3) |
Substract vector from point.
|