ProtoTwin API
    Preparing search index...

    Interface IFrame

    Interface for frames.

    interface IFrame {
        position: IVec3;
        rotation: IQuat;
    }

    Implemented by

    Index

    Properties

    Properties

    position: IVec3

    The origin of the frame.

    rotation: IQuat

    The rotation of the frame.