Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_MATRIX_is_translation
Function
LNLIB_MATRIX_is_translation
dotnet/CAPI/src/Matrix4d_CAPI.cpp:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
int LNLIB_MATRIX_is_translation(Matrix4d_C m)
176
{
177
bool success = ToMatrix4d(m).IsTranslation();
178
return success ? 1 : 0;
179
}
Callers
nothing calls this directly
Calls
2
ToMatrix4d
Function · 0.85
IsTranslation
Method · 0.45
Tested by
no test coverage detected