vec2.div

divide all components of vector by value

  1. vec2 div(float v)
    struct vec2
    ref return
    div
    (
    float v
    )
  2. vec2 div(vec2 v)

Meta