Skip to main content

b3WorldTransform

Type Alias b3WorldTransform 

Source
pub type b3WorldTransform = b3Transform;
Expand description

In single precision mode these types are the same.

Aliased Type§

#[repr(C)]
pub struct b3WorldTransform { pub p: b3Vec3, pub q: b3Quat, }

Fields§

§p: b3Vec3§q: b3Quat