Crate fere_common
Source pub use glm;pub use nalgebra;
- geo
- light
- vec
- Ori
- An orientation of a 3D object.
- SetCamera
- dot
- The dot product of two vectors.
- length
- The magnitude of a vector.
- normalize
- Normalizes a vector.
- DVec2
- A 2D vector with
f64 components. - DVec3
- A 3D vector with
f64 components. - DVec4
- A 4D vector with
f64 components. - IVec2
- A 2D vector with
i32 components. - IVec3
- A 3D vector with
i32 components. - IVec4
- A 4D vector with
i32 components. - Mat3
- A 3x3 matrix with
f32 components. - Mat4
- A 4x4 matrix with
f32 components. - UVec2
- A 2D vector with
u32 components. - UVec3
- A 3D vector with
u32 components. - UVec4
- A 4D vector with
u32 components. - Vec2
- A 2D vector with
f32 components. - Vec3
- A 3D vector with
f32 components. - Vec4
- A 4D vector with
f32 components.