mat4.opIndex - multiple declarations

Function mat4.opIndex

scalar index by rows then (y*4 + x)

Prototypes

ref float opIndex(
  int index
);

float opIndex(
  int index
) const;

Function mat4.opIndex

2d index by row, col

Prototypes

ref float opIndex(
  int y,
  int x
);

float opIndex(
  int y,
  int x
) const;

Authors

Copyright

License