rapid-sdk
    Preparing search index...

    Interface TransformProps

    Contains the properties that define the transform

    interface TransformProps {
        r: number;
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    r x y z

    Properties

    r: number

    rotation, in radians

    x: number

    translation in x direction from origin

    y: number

    translation in y direction from origin

    z: number

    zoom factor