Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_MATRIX_get_basis_x
Function
LNLIB_MATRIX_get_basis_x
dotnet/CAPI/src/Matrix4d_CAPI.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
XYZ_C LNLIB_MATRIX_get_basis_x(Matrix4d_C m)
72
{
73
return FromXYZ(ToMatrix4d(m).GetBasisX());
74
}
75
76
Matrix4d_C LNLIB_MATRIX_set_basis_x(Matrix4d_C m, XYZ_C basisX)
77
{
Callers
nothing calls this directly
Calls
3
FromXYZ
Function · 0.85
ToMatrix4d
Function · 0.85
GetBasisX
Method · 0.45
Tested by
no test coverage detected