vec3.this - multiple declarations

Function vec3.this

Prototype

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

Function vec3.this

Prototype

ref this(
  const(vec3) v
);

Function vec3.this

Prototype

ref this(
  float[3] v
);

Function vec3.this

create with all components filled with specified value

Prototype

ref this(
  float v
);

Authors

Copyright

License