applyTransformToObject
applyTransformToObject(
object
,transform
):void
Defined in: src/util/misc/objectTransforms.ts:54
discard an object transform state and apply the one from the matrix.
Parameters
Section titled “Parameters”object
Section titled “object”the object you want to transform
transform
Section titled “transform”the destination transform
Returns
Section titled “Returns”void