MCPcopy Create free account
hub / github.com/WheretIB/nullc / matrix

Function matrix

tests/TestExtra.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147{\r\n\
148 float[] arr;\r\n\
149 int width, height;\r\n\
150}\r\n\
151matrix matrix(int width, height){ matrix ret; ret.arr = new float[width * height]; ret.width = width; ret.height = height; return ret; }\r\n\
152class row\r\n\
153{\r\n\
154 matrix ref parent;\r\n\

Callers 1

TestExtra.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected