ProtoTwin API
    Preparing search index...

    Interface IQuat

    Interface for quaternions.

    interface IQuat {
        w: number;
        x: number;
        y: number;
        z: number;
    }

    Implemented by

    Index

    Properties

    w x y z

    Properties

    w: number

    The w component of the quaternion.

    x: number

    The x component of the quaternion.

    y: number

    The y component of the quaternion.

    z: number

    The z component of the quaternion.