MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_MATRIX_get_basis_y

Function LNLIB_MATRIX_get_basis_y

dotnet/CAPI/src/Matrix4d_CAPI.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84XYZ_C LNLIB_MATRIX_get_basis_y(Matrix4d_C m)
85{
86 return FromXYZ(ToMatrix4d(m).GetBasisY());
87}
88
89Matrix4d_C LNLIB_MATRIX_set_basis_y(Matrix4d_C m, XYZ_C basisY)
90{

Callers

nothing calls this directly

Calls 3

FromXYZFunction · 0.85
ToMatrix4dFunction · 0.85
GetBasisYMethod · 0.45

Tested by

no test coverage detected