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 Vector4F Pow(
Vector4F x,
Vector4F y
)
Parameters
- x Vector4F
- The first vector.
- y Vector4F
- The second vector.
Return Value
Vector4FThe 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