Structs§
- DMat3
- A 3x3 column major matrix.
- DMat4
- A 4x4 column major matrix.
- DQuat
- A quaternion representing an orientation.
- DVec2
- A 2-dimensional vector.
- DVec3
- A 3-dimensional vector.
- DVec4
- A 4-dimensional vector.
- Mat4
- A 4x4 column major matrix.
- Pos2
- A position on screen.
- Quat
- A quaternion representing an orientation.
- Rect
- A rectangular region of space.
- Transform
- Vec2
- A vector has a direction and length.
A
Vec2
is often used to represent a size. - Vec3
- A 3-dimensional vector.