Function citro3d_sys::FVec3_Dot

source ·
pub unsafe extern "C" fn FVec3_Dot(
    lhs: C3D_FVec,
    rhs: C3D_FVec
) -> f32
Expand description

Dot product of two FVec3s

§Arguments

  • lhs (direction in) - Left-side FVec3
  • rhs (direction in) - Right-side FVec3

§Returns

lhs∙rhs