74 template <
typename ValueType>
87 template <
typename ValueType>
89 ValueType& x2, ValueType& y2)
const noexcept
91 auto oldX1 = x1, oldX2 = x2;
103 template <
typename ValueType>
105 ValueType& x2, ValueType& y2,
106 ValueType& x3, ValueType& y3)
const noexcept
108 auto oldX1 = x1, oldX2 = x2, oldX3 = x3;
120 float deltaY)
const noexcept;
123 template <
typename Po
intType>
126 return translated ((
float) delta.x, (
float) delta.y);
131 float deltaY)
noexcept;
134 template <
typename Po
intType>
137 return translation ((
float) delta.x, (
float) delta.y);
142 float translationY)
const noexcept;
158 float pivotY)
const noexcept;
166 float pivotY)
noexcept;
172 float factorY)
const noexcept;
183 float pivotX,
float pivotY)
const noexcept;
187 float factorY)
noexcept;
194 float pivotX,
float pivotY)
noexcept;
223 float x10,
float y10,
227 static
AffineTransform fromTargetPoints (
float sourceX1,
float sourceY1,
float targetX1,
float targetY1,
228 float sourceX2,
float sourceY2,
float targetX2,
float targetY2,
229 float sourceX3,
float sourceY3,
float targetX3,
float targetY3)
noexcept;
232 template <typename PointType>
234 PointType source2, PointType target2,
235 PointType source3, PointType target3)
noexcept
238 source2.x, source2.y, target2.x, target2.y,
239 source3.x, source3.y, target3.x, target3.y);
284 [[deprecated (
"This method produces incorrect values for transforms containing rotations. "
285 "See the method docs for a code example on how to calculate the correct scale factor.")]]
288 [[deprecated (
"If you need an identity transform, just use AffineTransform() or {}.")]]
299 float mat00 { 1.0f }, mat01 { 0.0f }, mat02 { 0.0f };
300 float mat10 { 0.0f }, mat11 { 1.0f }, mat12 { 0.0f };
#define noexcept
Definition DistrhoDefines.h:72
#define final
Definition DistrhoDefines.h:74
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586
static int int height
Definition pugl.h:1594
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31
#define const
Definition zconf.h:137