Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
void Matrix4D::scale(const Vector3f& vec)
205
{
206
scale(convertTo<Vector3d>(vec));
207
}
208
209
void Matrix4D::scale(const Vector3d& vec)
210
{
Callers
8
getTransform
Method · 0.45
extensionGetSubObject
Method · 0.45
evaluate
Method · 0.45
ViewProjMatrix
Method · 0.45
getProjectionMatrix
Method · 0.45
decompose
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
scale
Function · 0.70
Tested by
no test coverage detected