pub unsafe extern "C" fn b3IsValidWorldTransform(
t: b3WorldTransform,
) -> boolExpand description
Is this a valid world transform? Not NaN or infinity. Rotation is normalized.
pub unsafe extern "C" fn b3IsValidWorldTransform(
t: b3WorldTransform,
) -> boolIs this a valid world transform? Not NaN or infinity. Rotation is normalized.