vec3.div

divide all components of vector by value

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

Meta