Crate lars
Source - Mat2
- A 2×2 matrix of
f64 values. - Mat3
- a 3×3 matrix of
f64 values. - Vec2
- A 2-dimensional vector type
- Vec3
- A 3-dimensional vector type.
- Colour
- Represents an RGB color with values between
0.0 and 1.0.
Will eventually contain support for conversions with the image crate - Point2D
- Represents a 2D point in space.
- Point3D
- Represents a 3D point in space.