Expand description

Re-export vek types. A convenient position + orientation + scale container, backed by two Vec3 and a Quaternion.

Modules

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

Structs

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