math docs
    Preparing search index...

    Variable addConst

    add: (out: vec4.Vec4, a: vec4.Vec4, b: vec4.Vec4) => vec4.Vec4 = vec4.add

    Adds two quat's

    Type Declaration

    the receiving quaternion

    the first operand

    the second operand

    out