vec3.this - multiple declarations

Function vec3.this

create with all components filled with specified value

this(
  float v
);

Function vec3.this

this(
  float[3] v
);

Function vec3.this

this(
  float[] v
);

Function vec3.this

this(
  float* v
);

Function vec3.this

this(
  float x,
  float y,
  float z
);