Function FVec3_Subtract
Source pub unsafe extern "C" fn FVec3_Subtract(
lhs: C3D_FVec,
rhs: C3D_FVec,
) -> C3D_FVec
Expand description
Subtract two FVec3s
§Arguments
lhs
(direction in) - Minuend
rhs
(direction in) - Subtrahend
§Returns
lhs-rhs (difference)