|
|
◆ scalar_triple_product() [1/2]
| constexpr auto scalar_triple_product |
( |
const std::array< T_Type, 3 > & |
a, |
|
|
const std::array< T_Type, 3 > & |
b, |
|
|
const std::array< T_Type, 3 > & |
c |
|
) |
| -> T_Type |
|
constexprnoexcept |
Calculate the scalar triple product of 3 vectors.
- Template Parameters
-
| T_Type | Data type of the vector elements and the returned value |
- 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
|