vec4.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. vec4 opAssign(float[4] v)
    struct vec4
    ref return
    opAssign
    (
    const float[4] v
    )
  2. vec4 opAssign(vec4 v)
  3. vec4 opAssign(float x, float y, float z, float w)
  4. vec4 opAssign(vec3 v)

Meta