TVecList.Add Method

Overload List

#SignatureDescription
1Int32 AddCreates and adds a new TVec object to the list.
2Int32 Add(TVec Src)Creates and adds a new TVec object to the list.

Overload 1: Int32 Add

Creates and adds a new TVec object to the list.

Returns: Int32

Remarks:

The function returns the Index at which the newly created object resides in the list.

Overload 2: Int32 Add(TVec Src)

Creates and adds a new TVec object to the list.

#NameTypeDescription
1SrcTVecsource TVec

Returns: Int32

Remarks:

The function returns the Index at which the object resides in the list.