Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ unity
Method
unity
src/Base/MatrixPyImp.cpp:410–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
PyObject* MatrixPy::unity()
411
{
412
PY_TRY
413
{
414
getMatrixPtr()->setToUnity();
415
Py_Return;
416
}
417
PY_CATCH;
418
}
419
Callers
2
testUnity
Method · 0.80
testScale
Method · 0.80
Calls
1
setToUnity
Method · 0.80
Tested by
2
testUnity
Method · 0.64
testScale
Method · 0.64