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

Normalize a FVec4

§Arguments

  • v (direction in) - FVec4 to normalize

§Returns

v/‖v‖