tripleProductXYW MethodStatic
Returns the determinant of 3x3 matrix with first and second rows created from the 3 xy points and the third row created from the 3 numbers: [columnA.x columnB.x columnC.x] [columnA.y columnB.y columnC.y] [ weightA weightB weightC ]
tripleProductXYW(columnA: XAndY, weightA: number, columnB: XAndY, weightB: number, columnC: XAndY, weightC: number): number
| Parameter | Type | Description |
|---|---|---|
| columnA | XAndY | |
| weightA | number | |
| columnB | XAndY | |
| weightB | number | |
| columnC | XAndY | |
| weightC | number |
Returns - number
Defined in
- Geometry.ts Line 859
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.