Function citro3d_sys::FVec4_Dot

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

Dot product of two FVec4s

§Arguments

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

§Returns

lhs∙rhs