rfw2d
    Preparing search index...

    Interface LocalTransform2DLike

    A Transform2D representing a transform in some local space (e.g., parented in a scene graph).

    interface LocalTransform2DLike {
        degrees: number;
        matrix: ReadonlyMat2D;
        position: ReadonlyVec2;
        radians: number;
        scale: ReadonlyVec2;
        worldMatrix: Mat2DLike;
        z: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    degrees: number
    position: ReadonlyVec2
    radians: number
    worldMatrix: Mat2DLike
    z: number