MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / Matrix4D

Method Matrix4D

src/Base/Matrix.cpp:36–41  ·  view source on GitHub ↗

clang-format off

Source from the content-addressed store, hash-verified

34
35// clang-format off
36Matrix4D::Matrix4D()
37 : dMtrx4D {{{1., 0., 0., 0.},
38 {0., 1., 0., 0.},
39 {0., 0., 1., 0.},
40 {0., 0., 0., 1.}}}
41{}
42
43Matrix4D::Matrix4D(float a11, float a12, float a13, float a14,
44 float a21, float a22, float a23, float a24,

Callers

nothing calls this directly

Calls 1

rotLineMethod · 0.95

Tested by

no test coverage detected