• Divides a four-element vector by a scalar.

    Parameters

    • v: Vec4

      The input vector (4 elements).

    • s: number

      The scalar value.

    • Optionaldest: Vec4

      The destination vector to store the result (optional).

    Returns Vec4

    The resulting vector.