procedure WriteTo(Src: TVec);
Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything. Converts precision single/double if needed.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
Result: stored in self (calling object)