Function 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