Click or drag to resize

Vector2Pow 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector2 Pow(
	Vector2 x,
	Vector2 y
)

Parameters

x
Type: NeoAxisVector2
The first vector.
y
Type: NeoAxisVector2
The second vector.

Return Value

Type: Vector2
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