![]() |
Point2 Operators |
The Point2 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Point2, Point2) |
Interprets two points as a vector each, and adds them.
|
![]() ![]() | Addition(Point2, Vector2) |
Gets the translate of a point by a vector.
|
![]() ![]() | Division |
Interpret point as a vector and perform scalar division.
|
![]() ![]() | Subtraction |
Gets vector from one point to another.
|