vec3.opAssign

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

Meta