• Divides a three-element vector by a scalar.

    Parameters

    • v: Vec3

      The input vector (3 elements).

    • s: number

      The scalar value.

    • Optionaldest: Vec3

      The destination vector to store the result (optional).

    Returns Vec3

    The resulting vector.