pub type b3WorldTransform = b3Transform;
In single precision mode these types are the same.
#[repr(C)]pub struct b3WorldTransform { pub p: b3Vec3, pub q: b3Quat, }
p: b3Vec3
q: b3Quat