Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Scale
Function
Scale
Common/Transforms/vtkTransform2D.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
*/
70
void Scale(double x, double y);
71
void Scale(const double s[2]) { this->Scale(s[0], s[1]); }
72
void Scale(const float s[2]) { this->Scale(s[0], s[1]); }
73
74
/**
Callers
nothing calls this directly
Calls
1
Scale
Method · 0.45
Tested by
no test coverage detected