|
|
Point2 Structure |
Namespace: Karamba.Geometry
The Point2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Checks other point to equality with this up to small rounding error.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Improvise a hash code.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| 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.
|