Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_MATRIX_get_transpose
Function
LNLIB_MATRIX_get_transpose
dotnet/CAPI/src/Matrix4d_CAPI.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
Matrix4d_C LNLIB_MATRIX_get_transpose(Matrix4d_C m)
149
{
150
return FromMatrix4d(ToMatrix4d(m).GetTranspose());
151
}
152
153
XYZ_C LNLIB_MATRIX_get_scale(Matrix4d_C m)
154
{
Callers
nothing calls this directly
Calls
3
FromMatrix4d
Function · 0.85
ToMatrix4d
Function · 0.85
GetTranspose
Method · 0.45
Tested by
no test coverage detected