vec4.this - multiple declarations

Function vec4.this

Prototype

ref this(
  vec4 v
);

Function vec4.this

create with all components filled with specified value

Prototype

ref this(
  float v
);

Function vec4.this

Prototype

ref this(
  float[4] v
);

Function vec4.this

Prototype

ref this(
  vec3 v
);

Function vec4.this

Prototype

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

Authors

Copyright

License