vec2.this - multiple declarations

Function vec2.this

Prototype

ref this(
  float x,
  float y
);

Function vec2.this

Prototype

ref this(
  const(vec2) v
);

Function vec2.this

Prototype

ref this(
  float[2] v
);

Function vec2.this

create with all components filled with specified value

Prototype

ref this(
  float v
);

Authors

Copyright

License