pub unsafe extern "C" fn FVec3_Normalize(v: C3D_FVec) -> C3D_FVec
Expand description

Normalize a FVec3

§Arguments

  • v (direction in) - FVec3 to normalize

§Returns

v/‖v‖