Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
void LNLib::Matrix4d::SetElement(int row, int column, double value)
230
{
231
m_matrix4d[row][column] = value;
232
}
233
234
Matrix4d LNLib::Matrix4d::Multiply(const Matrix4d& right)
235
{
Callers
4
operator+
Method · 0.80
operator-
Method · 0.80
TEST
Function · 0.80
ToMatrix4d
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected