Click or drag to resize

Vector2HPow Method

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: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector2H Pow(
	Vector2H x,
	Vector2H y
)

Parameters

x  Vector2H
The first vector.
y  Vector2H
The second vector.

Return Value

Vector2H
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.
See Also