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

Function vector3

tests/TestSpecial.cpp:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505class vector3\r\n\
506{\r\n\
507 float x, y, z;\r\n\
508\r\n\
509 void vector3(){}\r\n\
510 void vector3(float x, y, z){ this.x = x; this.y = y; this.z = z; }\r\n\
511}\r\n\
512float min(float lhs, rhs)\r\n\

Callers 1

TestSpecial.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected