Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Float | VectorMin
(
const VectorRegister4Float& Vec1, |
Returns the minimum values of two vectors (component-wise). | |
| VectorRegister4Double | VectorMin
(
const VectorRegister4Double& Vec1, |
||
| VectorRegister4Float | VectorMin
(
VectorRegister4Float Vec1, |
Returns the minimum values of two vectors (component-wise). | |
| VectorRegister4Double | VectorMin
(
VectorRegister4Double Vec1, |