Module oxygengine_ha_renderer::math::transform
source · Expand description
A convenient position + orientation + scale container, backed by two Vec3 and a Quaternion.
Modules
Transformstruct that uses#[repr(C)]vectors and quaternions.Transformstruct that uses#[repr(simd)]vectors and quaternions.
Structs
- A convenient position + orientation + scale container, backed by two
Vec3and aQuaternion.