Expand description
Vectors and related mathematic types.
Structs§
- Rect2
- 2-dimensional, axis-aligned rectangle structure defined as two opposite points.
- Rect3
- 3-dimensional, axis-aligned rectangular prism structure defined as two opposite points.
- Vector2
- 2-dimensional vector type.
- Vector3
- 3-dimensional vector type.
- Vector4
- 4-dimensional vector type.