multiplyPlanesByMatrix4d Method
Multiply all ClipPlanes DPoint4d by matrix.
multiplyPlanesByMatrix4d(matrix: Matrix4d, invert: booleantrue, transpose: booleantrue): boolean
| Parameter | Type | Description | 
|---|---|---|
| matrix | Matrix4d | matrix to apply. | 
| invert | boolean | if true, use in verse of the matrix. | 
| transpose | boolean | if true, use the transpose of the matrix (or inverse, per invert parameter). | 
Returns - boolean
Defined in
- clipping/ClipPrimitive.ts Line 788
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.