Click or drag to resize

Vector3SquareRoot Method

Returns a vector whose elements are the square root of each of the source vector's elements.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static Vector3 SquareRoot(
	Vector3 value
)

Parameters

value
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The source vector.

Return Value

Type: Vector3
The square root vector.
See Also