Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function AddProduct(const X: TMtx; const Y: TMtx; const Z: TMtx): Matrix; | Computes X + Y*Z |
| 2 | function AddProduct(const X: TVec; const Y: TVec; const Z: TVec): Vector; | Computes X + Y*Z |
| # | Signature | Description |
|---|---|---|
| 1 | function AddProduct(const X: TMtx; const Y: TMtx; const Z: TMtx): Matrix; | Computes X + Y*Z |
| 2 | function AddProduct(const X: TVec; const Y: TVec; const Z: TVec): Vector; | Computes X + Y*Z |