Function citro3d_sys::FVec3_New

source ·
pub unsafe extern "C" fn FVec3_New(x: f32, y: f32, z: f32) -> C3D_FVec
Expand description

Create a new FVec3

§Arguments

  • x (direction in) - X-component
  • y (direction in) - Y-component
  • z (direction in) - Z-component

§Returns

New FVec3