Geometry Namespace
Classes
Functions
Types
Classes
| Class |
Description |
|
Point2
|
The Cartesian representation for a point.
|
|
Vector2
|
The Cartesian representation for a vector.
|
Functions
| Function |
Description |
|
GetDeterminant
|
Returns the determinant of the matrix of the two vectors (vectorial product of the two vector).
|
|
GetVectorProduct
|
Returns the vectorial product of the two vectors.
|
|
IsColinear
|
Returns true whether the direction of the two vectors is same or reverse.
|
|
IsNear
|
Returns whether the first point (parameter Nr. 1) is equal to the second point (parameter Nr. 2).
|
|
IsNearOrigo
|
Returns whether the point is equal to the origo.
|
|
IsNearZero
|
Returns whether the point is equal to the zero.
|
|
IsNotNear
|
Returns whether the first point (parameter Nr. 1) is not equal to the second point (parameter Nr. 2).
|
|
IsNotNearOrigo
|
Returns whether the point is not equal to the origo.
|
|
IsNotNearZero
|
Returns whether the point is not equal to the zero.
|
|
operator *
|
Returns the result of the scalar (or vectorial) product.
|
|
operator+
|
Returns the sum of a point and a vector (or the two vectors).
|
|
operator-
|
Returns the difference of the two points(vectors).
|
Types
|