Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_MATRIX_get_basis_z
Function
LNLIB_MATRIX_get_basis_z
dotnet/CAPI/src/Matrix4d_CAPI.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
XYZ_C LNLIB_MATRIX_get_basis_z(Matrix4d_C m)
98
{
99
return FromXYZ(ToMatrix4d(m).GetBasisZ());
100
}
101
102
Matrix4d_C LNLIB_MATRIX_set_basis_z(Matrix4d_C m, XYZ_C basisZ)
103
{
Callers
nothing calls this directly
Calls
3
FromXYZ
Function · 0.85
ToMatrix4d
Function · 0.85
GetBasisZ
Method · 0.45
Tested by
no test coverage detected