Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure DefineMatrix; | Define value as matrix. |
| 2 | procedure DefineMatrix(const mtx: TMtx; aIsOwned: Boolean); | Define value as matrix using existing matrix. |
Overload 1: procedure DefineMatrix;
Define value as matrix.
Result: stored in self (calling object)
Overload 2: procedure DefineMatrix(const mtx: TMtx; aIsOwned: Boolean);
Define value as matrix using existing matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | mtx | TMtx | |
| 2 | aIsOwned | Boolean |
Result: stored in self (calling object)