• Adds two vec3's after scaling the second operand by a scalar value

    Parameters

    • out: any

      the receiving vector

    • a: any

      the first operand

    • b: any

      the second operand

    • scale: number

      the amount to scale b by before adding

    Returns any

    out

Generated using TypeDoc