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

Method transform

src/Base/CoordinateSystem.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void CoordinateSystem::transform(const Placement& plm)
161{
162 axis *= plm;
163 plm.getRotation().multVec(this->xdir, this->xdir);
164 plm.getRotation().multVec(this->ydir, this->ydir);
165}
166
167void CoordinateSystem::transform(const Rotation& rot)
168{

Callers

nothing calls this directly

Calls 4

multVecMethod · 0.45
getRotationMethod · 0.45
getDirectionMethod · 0.45
setDirectionMethod · 0.45

Tested by

no test coverage detected