transformInPlace Method
Apply transform
to the local to world (transformFromClip
) transform.
- The world to local transform (
transformToClip
is recomputed from the (changed)transformToClip
- the transform is passed to the base class to be applied to clip plane form of the clipper.
transformInPlace(transform: Transform): boolean
Parameter | Type | Description |
---|---|---|
transform | Transform |
Returns - boolean
Defined in
- clipping/ClipPrimitive.ts Line 797
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.