Mjolnir Core
Core functionality of the Mjolnir API
Core Math
cross_product
cross_product
determinant_2x2
determinant_2x2
determinant_3x3
determinant_3x3
determinant_4x4
determinant_4x4
dot_product
dot_product
gauss_summation
is_power_of_2
power
power_of_2
scalar_triple_product
scalar_triple_product
◆
scalar_triple_product()
[2/2]
auto scalar_triple_product
(
T_RegisterType
a
,
T_RegisterType
b
,
T_RegisterType
c
)
->
x86::ElementType
<T_RegisterType>
inline
noexcept
Calculate the scalar triple product of 3 vectors.
Template Parameters
T_RegisterType
Register type that stores the vector data.
Parameters
[in]
a
Data of the first vector
[in]
b
Data of the second vector
[in]
c
Data of the third vector
Returns
Scalar triple product
Generated by
1.9.1