Expand description
Structs§
Traits§
Functions§
- clamp
- Returns a reference to the input value clamped to the interval
[min, max].
Type Aliases§
- Mat4
- An alias to
nalgebra::Matrix4<f32>. - Ortho
- An alias to
nalgebra::Orthographic3<f32>. - Point
- A
Pointis an alias to Vec2. - Vec2
- An alias to
nalgebra::Vector2<f32>. - Vec3
- An alias to
nalgebra::Vector3<f32>. - Vec4
- An alias to
nalgebra::Vector4<f32>.