Returns the vector which contains the components of the first specified vector raised to power of the numbers which are equal to the corresponding components of the second specified vector.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 Pow(
Vector3 x,
Vector3 y
)
Parameters
- x Vector3
- The first vector.
- y Vector3
- The second vector.
Return Value
Vector3The vector which contains the components of the first specified vector raised to power of
the numbers which are equal to the corresponding components of the second specified vector.
See Also