Interface ITransform

interface ITransform {
    rotation: IQuaternion;
    translation: IVector3;
}

Properties

rotation: IQuaternion
translation: IVector3

Generated using TypeDoc