Chalkboard - v3.0.4
    Preparing search index...

    Type Alias ChalkboardQuaternion

    The type for quaternions.

    type ChalkboardQuaternion = {
        a: number;
        b: number;
        c: number;
        d: number;
    }
    Index
    a b c d
    a: number

    The real part

    b: number

    The first imaginary part

    c: number

    The second imaginary part

    d: number

    The third imaginary part