mat4.opAssign - multiple declarations

Function mat4.opAssign

Prototype

ref mat4 opAssign(
  ref const(mat4) v
);

Function mat4.opAssign

Prototype

ref mat4 opAssign(
  const(mat4) v
);

Function mat4.opAssign

Prototype

ref mat4 opAssign(
  const(float[16]) v
);

Authors

Copyright

License