MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / makeIdentity

Function makeIdentity

Source/ThirdParty/OpenFBX/ofbx.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214static DMatrix makeIdentity()
215{
216 return {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
217}
218
219
220static DMatrix rotationX(double angle)

Callers 5

rotationXFunction · 0.85
rotationYFunction · 0.85
rotationZFunction · 0.85
getGeometricMatrixMethod · 0.85
evalLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected