@kognifai/cogsengine
    Preparing search index...

    Function scaleAndAdd

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

      Parameters

      • out: vec4

        the receiving vector

      • a: ReadonlyVec4

        the first operand

      • b: ReadonlyVec4

        the second operand

      • scale: number

        the amount to scale b by before adding

      Returns vec4

      out