Function FVec4_New
Source pub unsafe extern "C" fn FVec4_New(
x: f32,
y: f32,
z: f32,
w: f32,
) -> C3D_FVec
Expand description
Create a new FVec4
§Arguments
x (direction in) - X-component
y (direction in) - Y-component
z (direction in) - Z-component
w (direction in) - W-component
§Returns
New FVec4