Chalkboard - v3.0.1
    Preparing search index...

    Type Alias ChalkboardQuaternion

    The type for quaternions.

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

    Properties

    a b c d

    Properties

    a: number

    The real part

    b: number

    The first imaginary part

    c: number

    The second imaginary part

    d: number

    The third imaginary part