math docs
    Preparing search index...

    Variable scaleConst

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

    Scales a quat by a scalar number

    Type Declaration

    the receiving quaternion

    the quaternion to scale

    amount to scale the quaternion by

    out