pub unsafe extern "C" fn phys_PxComputeBasisVectors(
    dir: *const PxVec3,
    right: *mut PxVec3,
    up: *mut PxVec3
)
Expand description

Compute two normalized vectors (right and up) that are perpendicular to an input normalized vector (dir).