math docs
    Preparing search index...

    Variable copyConst

    copy: (out: vec4.Vec4, a: vec4.Vec4) => vec4.Vec4 = vec4.copy

    Copy the values from one quat to another

    Type Declaration

    the receiving quaternion

    the source quaternion

    out