tryTransformInPlace Method
Transform the mesh.
- Apply the transform to points.
- Apply the (inverse transpose of the) matrix part to normals.
- If determinant of the transform matrix is negative, also- negate normals
- reverse index order around each facet.
 
tryTransformInPlace(transform: Transform): boolean
| Parameter | Type | Description | 
|---|---|---|
| transform | Transform | 
Returns - boolean
Defined in
- polyface/Polyface.ts Line 167
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.