JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AffineTransform Member List

This is the complete list of members for juce::AffineTransform, including all inherited members.

AffineTransform()=defaultjuce::AffineTransform
AffineTransform(const AffineTransform &)=defaultjuce::AffineTransform
AffineTransform(float mat00, float mat01, float mat02, float mat10, float mat11, float mat12) noexceptjuce::AffineTransform
followedBy(const AffineTransform &other) const noexceptjuce::AffineTransform
fromTargetPoints(float x00, float y00, float x10, float y10, float x01, float y01) noexceptjuce::AffineTransformstatic
fromTargetPoints(float sourceX1, float sourceY1, float targetX1, float targetY1, float sourceX2, float sourceY2, float targetX2, float targetY2, float sourceX3, float sourceY3, float targetX3, float targetY3) noexceptjuce::AffineTransformstatic
fromTargetPoints(PointType source1, PointType target1, PointType source2, PointType target2, PointType source3, PointType target3) noexceptjuce::AffineTransforminlinestatic
getDeterminant() const noexceptjuce::AffineTransform
getTranslationX() const noexceptjuce::AffineTransforminline
getTranslationY() const noexceptjuce::AffineTransforminline
inverted() const noexceptjuce::AffineTransform
isIdentity() const noexceptjuce::AffineTransform
isOnlyTranslation() const noexceptjuce::AffineTransform
isSingularity() const noexceptjuce::AffineTransform
mat00juce::AffineTransform
mat01juce::AffineTransform
mat02juce::AffineTransform
mat10juce::AffineTransform
mat11juce::AffineTransform
mat12juce::AffineTransform
operator!=(const AffineTransform &other) const noexceptjuce::AffineTransform
operator=(const AffineTransform &)=defaultjuce::AffineTransform
operator==(const AffineTransform &other) const noexceptjuce::AffineTransform
rotated(float angleInRadians) const noexceptjuce::AffineTransform
rotated(float angleInRadians, float pivotX, float pivotY) const noexceptjuce::AffineTransform
rotation(float angleInRadians) noexceptjuce::AffineTransformstatic
rotation(float angleInRadians, float pivotX, float pivotY) noexceptjuce::AffineTransformstatic
scale(float factorX, float factorY) noexceptjuce::AffineTransformstatic
scale(float factor) noexceptjuce::AffineTransformstatic
scale(float factorX, float factorY, float pivotX, float pivotY) noexceptjuce::AffineTransformstatic
scaled(float factorX, float factorY) const noexceptjuce::AffineTransform
scaled(float factor) const noexceptjuce::AffineTransform
scaled(float factorX, float factorY, float pivotX, float pivotY) const noexceptjuce::AffineTransform
shear(float shearX, float shearY) noexceptjuce::AffineTransformstatic
sheared(float shearX, float shearY) const noexceptjuce::AffineTransform
transformPoint(ValueType &x, ValueType &y) const noexceptjuce::AffineTransforminline
transformPoints(ValueType &x1, ValueType &y1, ValueType &x2, ValueType &y2) const noexceptjuce::AffineTransforminline
transformPoints(ValueType &x1, ValueType &y1, ValueType &x2, ValueType &y2, ValueType &x3, ValueType &y3) const noexceptjuce::AffineTransforminline
translated(float deltaX, float deltaY) const noexceptjuce::AffineTransform
translated(PointType delta) const noexceptjuce::AffineTransforminline
translation(float deltaX, float deltaY) noexceptjuce::AffineTransformstatic
translation(PointType delta) noexceptjuce::AffineTransforminlinestatic
verticalFlip(float height) noexceptjuce::AffineTransformstatic
withAbsoluteTranslation(float translationX, float translationY) const noexceptjuce::AffineTransform