Skip to main content

Crate scenix_math

Crate scenix_math 

Source
Expand description

Custom scalar f32 math primitives for scenix.

The crate is intentionally dependency-light and can be used without std. Enable the libm feature when targeting no_std platforms that need portable trigonometric functions.

Re-exports§

pub use bounds::Aabb;
pub use bounds::Sphere;
pub use cylindrical::Cylindrical;
pub use euler::Euler;
pub use euler::RotationOrder;
pub use mat::Mat3;
pub use mat::Mat4;
pub use plane::Plane;
pub use quat::Quat;
pub use ray::Ray3;
pub use spherical::Spherical;
pub use transform::Transform;
pub use vec::Vec2;
pub use vec::Vec3;
pub use vec::Vec4;

Modules§

bounds
cylindrical
euler
mat
plane
quat
ray
spherical
transform
vec