Function physx_sys::PxQuat_new_4

source ·
pub unsafe extern "C" fn PxQuat_new_4(
    angleRadians: f32,
    unitAxis: *const PxVec3
) -> PxQuat
Expand description

Creates from angle-axis representation.

Axis must be normalized!

Angle is in radians!

Unit: Radians