tryTransformInPlace Method
Apply transform
to point and normal arrays and to auxData.
- IMPORTANT This base class is just a data carrier. It does not know if the index order and normal directions have special meaning, i.e., caller must separately reverse index order and normal direction if needed.
tryTransformInPlace(transform: Transform): boolean
Parameter | Type | Description |
---|---|---|
transform | Transform |
Returns - boolean
Defined in
- polyface/PolyfaceData.ts Line 501
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.