public class TVecList : TObjectList
List of TVec objects.
List of Dew.Math.TVec objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property. Items can be added which already exist with Add(src), by calling Add() method or by setting Count property.
Methods
| Name | Description |
|---|---|
| Add (2) | Creates and adds a new TVec object to the list. |
| Assign | Assigns the source to the calling object. |
| ComposeColumnMatrix | Uses all list elements to form columns of the Dst Matrix. |
| ComposeRowMatrix | Uses all list elements to form rows of the Dst Matrix. |
| DecomposeColumnMatrix | Copies all columns to the list of vectors. |
| DecomposeRowMatrix | Copies all rows to the list of vectors. |
| LoadFromStream | Load the list from a stream. |
| SaveToStream | Save the list to a stream. |
| SetFullRange | Calls SetFullRange on each of the list elements. |
| SetSubRange | Subranges all rows from the Src Matrix with vectors from the list. |