pub type b2WorldTransform = b2Transform;
A 2D rigid transform
#[repr(C)]pub struct b2WorldTransform { pub p: b2Vec2, pub q: b2Rot, }
p: b2Vec2
q: b2Rot