Function mulInto

  • b = a * s

    Multiplies the 3-element vector a by the scalar s and stores the result in b

    Parameters

    • a: Vec3

      a 3-element vector object

    • s: number

      a scalar value

    • b: Vec3

      a 3-element vector in which to store the result

    Returns Vec3

    b as the result of a * s

Generated using TypeDoc