Click or drag to resize

Vector3FPow 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 Vector3F Pow(
	Vector3F x,
	Vector3F y
)

Parameters

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

Return Value

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