Copies the vector coordinates to the array.

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

Syntax

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

Parameters

value
Type: Vector3
Source Vector3 vector.
array
Type: array< System..::.Single >[]()[]
The target array of the Single type.

Exceptions

ExceptionCondition
System..::.ArgumentNullException array is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also