Transforms the Vector3 vector to the collection of three Single type values.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static float[] Vector3ToArray(
	Vector3 value
)

Parameters

value
Type: Vector3
Source Vector3 vector.

Return Value

Returns the array with vector components.

See Also