Function FVec3_Distance
Source pub unsafe extern "C" fn FVec3_Distance(
lhs: C3D_FVec,
rhs: C3D_FVec,
) -> f32
Expand description
Distance between two 3D points
§Arguments
lhs
(direction in) - Relative origin
rhs
(direction in) - Relative point of interest
§Returns
‖lhs-rhs‖