Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Float | VectorDot4
(
const VectorRegister4Float& Vec1, |
Calculates the dot4 product of two vectors and returns a vector with the result in all 4 components. | |
| VectorRegister4Double | VectorDot4
(
const VectorRegister4Double& Vec1, |
||
| VectorRegister4Float | VectorDot4
(
VectorRegister4Float Vec1, |
Calculates the dot4 product of two vectors and returns a vector with the result in all 4 components. | |
| VectorRegister4Double | VectorDot4
(
VectorRegister4Double Vec1, |