Adds vector to the vector collection.

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

Syntax

C#
public int Add(
	Vector3 point
)

Parameters

point
Type: Vector3
Vector Vector3 to be added.

Return Value

Returns position where the vector has been added.

See Also