Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Float | VectorDivide
(
const VectorRegister4Float& Vec1, |
Divides two vectors (component-wise) and returns the result. | |
| VectorRegister4Double | VectorDivide
(
const VectorRegister4Double& Vec1, |
||
| VectorRegister4Float | VectorDivide
(
VectorRegister4Float Vec1, |
Divides two vectors (component-wise) and returns the result. | |
| VectorRegister4Double | VectorDivide
(
VectorRegister4Double Vec1, |