Overload List
Overload 1: function AddScaled(const X: TMtxVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt; const zScale: Integer): TMtxVecInt;
Compute X + Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Result: stored in self (calling object), returns self for chaining
Indexed: function AddScaled(const X: TMtxVecInt; XIndex: Integer; const Y: TMtxVecInt; YIndex: Integer; const Z: TMtxVecInt; zIndex: Integer; const zScale: Integer; Index: Integer; Len: Integer): TMtxVecInt;
Compute X + Y + Z*zScale on sub arrays
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | XIndex | Integer | X start index |
| 3 | Y | TMtxVecInt | |
| 4 | YIndex | Integer | Y start index |
| 5 | Z | TMtxVecInt | |
| 6 | zIndex | Integer | |
| 7 | zScale | Integer | |
| 8 | Index | Integer | start index |
| 9 | Len | Integer | element count |
Result: stored in self (calling object), returns self for chaining
Overload 2: function AddScaled(const X: TMtxVecInt; const Y: TMtxVecInt; const yScale: Integer): TMtxVecInt;
Compute X + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer |
Result: stored in self (calling object), returns self for chaining
Indexed: function AddScaled(const X: TMtxVecInt; XIndex: Integer; const Y: TMtxVecInt; YIndex: Integer; const yScale: Integer; Index: Integer; Len: Integer): TMtxVecInt;
Compute X + Y*yScale on sub arrays
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | XIndex | Integer | X start index |
| 3 | Y | TMtxVecInt | |
| 4 | YIndex | Integer | Y start index |
| 5 | yScale | Integer | |
| 6 | Index | Integer | start index |
| 7 | Len | Integer | element count |
Result: stored in self (calling object), returns self for chaining
Overload 3: function AddScaled(const X: TMtxVecInt; const Y: TMtxVecInt; const yScale: Integer; const Z: TMtxVecInt; const zScale: Integer): TMtxVecInt;
Compute X + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Result: stored in self (calling object), returns self for chaining
Overload 4: function AddScaled(const X: TMtxVecInt; XIndex: Integer; const Y: TMtxVecInt; YIndex: Integer; const yScale: Integer; const Z: TMtxVecInt; zIndex: Integer; const zScale: Integer; Index: Integer; Len: Integer): TMtxVecInt;
Compute X + Y*yScale + Z*zScale on sub arrays
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | XIndex | Integer | X start index |
| 3 | Y | TMtxVecInt | |
| 4 | YIndex | Integer | Y start index |
| 5 | yScale | Integer | |
| 6 | Z | TMtxVecInt | |
| 7 | zIndex | Integer | |
| 8 | zScale | Integer | |
| 9 | Index | Integer | start index |
| 10 | Len | Integer | element count |
Result: stored in self (calling object), returns self for chaining
Overload 5: function AddScaled(const X: TMtxVecInt; const xScale: Integer; const Y: TMtxVecInt; const yScale: Integer): TMtxVecInt;
Compute X*xScale + Y*yScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer |
Result: stored in self (calling object), returns self for chaining
Overload 6: function AddScaled(const X: TMtxVecInt; XIndex: Integer; const xScale: Integer; const Y: TMtxVecInt; YIndex: Integer; const yScale: Integer; Index: Integer; Len: Integer): TMtxVecInt;
Compute X*xScale + Y*yScale on sub arrays
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | XIndex | Integer | X start index |
| 3 | xScale | Integer | |
| 4 | Y | TMtxVecInt | |
| 5 | YIndex | Integer | Y start index |
| 6 | yScale | Integer | |
| 7 | Index | Integer | start index |
| 8 | Len | Integer | element count |
Result: stored in self (calling object), returns self for chaining
Overload 7: function AddScaled(const X: TMtxVecInt; const xScale: Integer; const Y: TMtxVecInt; const yScale: Integer; const Z: TMtxVecInt; const zScale: Integer): TMtxVecInt;
Compute X*xScale + Y*yScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer | |
| 5 | Z | TMtxVecInt | |
| 6 | zScale | Integer |
Result: stored in self (calling object), returns self for chaining
Overload 8: function AddScaled(const X: TMtxVecInt; XIndex: Integer; const xScale: Integer; const Y: TMtxVecInt; YIndex: Integer; const yScale: Integer; const Z: TMtxVecInt; zIndex: Integer; const zScale: Integer; Index: Integer; Len: Integer): TMtxVecInt;
Compute X*xScale + Y*yScale + Z*zScale on sub arrays
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | |
| 2 | XIndex | Integer | X start index |
| 3 | xScale | Integer | |
| 4 | Y | TMtxVecInt | |
| 5 | YIndex | Integer | Y start index |
| 6 | yScale | Integer | |
| 7 | Z | TMtxVecInt | |
| 8 | zIndex | Integer | |
| 9 | zScale | Integer | |
| 10 | Index | Integer | start index |
| 11 | Len | Integer | element count |
Result: stored in self (calling object), returns self for chaining