MCPcopy 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
410PyObject* MatrixPy::unity()
411{
412 PY_TRY
413 {
414 getMatrixPtr()->setToUnity();
415 Py_Return;
416 }
417 PY_CATCH;
418}
419

Callers 2

testUnityMethod · 0.80
testScaleMethod · 0.80

Calls 1

setToUnityMethod · 0.80

Tested by 2

testUnityMethod · 0.64
testScaleMethod · 0.64