MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / SetElement

Method SetElement

src/LNLib/Mathematics/Math/Matrix4d.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void LNLib::Matrix4d::SetElement(int row, int column, double value)
230{
231 m_matrix4d[row][column] = value;
232}
233
234Matrix4d LNLib::Matrix4d::Multiply(const Matrix4d& right)
235{

Callers 4

operator+Method · 0.80
operator-Method · 0.80
TESTFunction · 0.80
ToMatrix4dFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected