rfw2d
    Preparing search index...

    Interface ReadonlyLocalTransform2D

    interface ReadonlyLocalTransform2D {
        degrees: number;
        matrix: ReadonlyMat2D;
        position: ReadonlyVec2;
        radians: number;
        scale: ReadonlyVec2;
        worldMatrix: ReadonlyMat2D;
        z: number;
        composeWorld(parent?: LocalTransform2DLike): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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

    Methods