Expand description
Linear algebra
Structsยง
- Aabb2
- 2d Axis aligned bounding box.
- Angle
- This struct represents an angle in 2d space,
- Quat
- A quaternion
- XY
- Data structure used to provide access to coordinates with the dot notation, e.g.
v.x
- XYZ
- Data structure used to provide access to coordinates with the dot notation, e.g.
v.x
- XYZW
- Data structure used to provide access to coordinates with the dot notation, e.g.
v.x
- mat3
- 3x3 matrix
- mat4
- 4x4 matrix
- vec2
- 2 dimensional vector.
- vec3
- 3 dimensional vector.
- vec4
- 4 dimensional vector.