MCPcopy 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
537Matrix3x3
538matScale(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
547static

Callers 6

matScaleAroundPointFunction · 0.85
matTransformCanonicalFunction · 0.85
matPixelToCanonicalFunction · 0.85
matCanonicalToPixelFunction · 0.85
penMotionMethod · 0.85

Calls 1

Matrix3x3Class · 0.70

Tested by

no test coverage detected