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

Method scale

src/Base/Matrix.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void Matrix4D::scale(const Vector3f& vec)
205{
206 scale(convertTo<Vector3d>(vec));
207}
208
209void Matrix4D::scale(const Vector3d& vec)
210{

Callers 8

getTransformMethod · 0.45
extensionGetSubObjectMethod · 0.45
evaluateMethod · 0.45
ViewProjMatrixMethod · 0.45
getProjectionMatrixMethod · 0.45
decomposeMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

scaleFunction · 0.70

Tested by

no test coverage detected