MCPcopy Create free account
hub / github.com/Illation/ETEngine / matrix

Method matrix

Engine/source/EtMath/Matrix.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 //Identity default constructor
45 matrix();
46 explicit matrix(math::ctor) {} //uninitialized constructor
47 matrix(const std::initializer_list<T> args);
48 matrix(const math::vector<n, T> rowList[m]);
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected