• Initializes a new quaternion

    Parameters

    • a: number

      The real part

    • Optional b: number = 0

      The first imaginary part

    • Optional c: number = 0

      The second imaginary part

    • Optional d: number = 0

      The third imaginary part

    Returns ChalkboardQuaternion

Generated using TypeDoc