Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ matScale
Function
matScale
Engine/Transform.cpp:537–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
#endif
536
537
Matrix3x3
538
matScale(double x,
539
double y)
540
{
541
return Matrix3x3(x, 0., 0.,
542
0., y, 0.,
543
0., 0., 1.);
544
}
545
546
#if 0
547
static
Callers
6
matScaleAroundPoint
Function · 0.85
matInverseTransformCanonical
Function · 0.85
matTransformCanonical
Function · 0.85
matPixelToCanonical
Function · 0.85
matCanonicalToPixel
Function · 0.85
penMotion
Method · 0.85
Calls
1
Matrix3x3
Class · 0.70
Tested by
no test coverage detected