MCPcopy Create free account
hub / github.com/axmolengine/axmol / AffineTransformScale

Function AffineTransformScale

core/math/AffineTransform.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129AffineTransform AffineTransformScale(const AffineTransform& t, float sx, float sy)
130{
131 return AffineTransformMake(t.a * sx, t.b * sx, t.c * sy, t.d * sy, t.tx, t.ty);
132}
133
134AffineTransform AffineTransformRotate(const AffineTransform& t, float anAngle)
135{

Callers 1

setupMethod · 0.85

Calls 1

AffineTransformMakeFunction · 0.85

Tested by 1

setupMethod · 0.68