Module vek::transform[][src]

A convenient position + orientation + scale container, backed by two Vec3 and a Quaternion.

Re-exports

pub use self::repr_c::*;

Modules

repr_c

Transform struct that uses #[repr(C)] vectors and quaternions.