JUCE
|
This is the complete list of members for AffineTransform, including all inherited members.
AffineTransform()=default | AffineTransform | |
AffineTransform(const AffineTransform &)=default | AffineTransform | |
AffineTransform(float mat00, float mat01, float mat02, float mat10, float mat11, float mat12) noexcept | AffineTransform | |
followedBy(const AffineTransform &other) const noexcept | AffineTransform | |
fromTargetPoints(float x00, float y00, float x10, float y10, float x01, float y01) noexcept | AffineTransform | static |
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) noexcept | AffineTransform | static |
fromTargetPoints(PointType source1, PointType target1, PointType source2, PointType target2, PointType source3, PointType target3) noexcept | AffineTransform | static |
getDeterminant() const noexcept | AffineTransform | |
getTranslationX() const noexcept | AffineTransform | |
getTranslationY() const noexcept | AffineTransform | |
inverted() const noexcept | AffineTransform | |
isIdentity() const noexcept | AffineTransform | |
isOnlyTranslation() const noexcept | AffineTransform | |
isSingularity() const noexcept | AffineTransform | |
JUCE_DEPRECATED(float getScaleFactor() const noexcept) | AffineTransform | |
mat00 | AffineTransform | |
mat01 | AffineTransform | |
mat02 | AffineTransform | |
mat10 | AffineTransform | |
mat11 | AffineTransform | |
mat12 | AffineTransform | |
operator!=(const AffineTransform &other) const noexcept | AffineTransform | |
operator=(const AffineTransform &)=default | AffineTransform | |
operator==(const AffineTransform &other) const noexcept | AffineTransform | |
rotated(float angleInRadians) const noexcept | AffineTransform | |
rotated(float angleInRadians, float pivotX, float pivotY) const noexcept | AffineTransform | |
rotation(float angleInRadians) noexcept | AffineTransform | static |
rotation(float angleInRadians, float pivotX, float pivotY) noexcept | AffineTransform | static |
scale(float factorX, float factorY) noexcept | AffineTransform | static |
scale(float factor) noexcept | AffineTransform | static |
scale(float factorX, float factorY, float pivotX, float pivotY) noexcept | AffineTransform | static |
scaled(float factorX, float factorY) const noexcept | AffineTransform | |
scaled(float factor) const noexcept | AffineTransform | |
scaled(float factorX, float factorY, float pivotX, float pivotY) const noexcept | AffineTransform | |
shear(float shearX, float shearY) noexcept | AffineTransform | static |
sheared(float shearX, float shearY) const noexcept | AffineTransform | |
transformPoint(ValueType &x, ValueType &y) const noexcept | AffineTransform | |
transformPoints(ValueType &x1, ValueType &y1, ValueType &x2, ValueType &y2) const noexcept | AffineTransform | |
transformPoints(ValueType &x1, ValueType &y1, ValueType &x2, ValueType &y2, ValueType &x3, ValueType &y3) const noexcept | AffineTransform | |
translated(float deltaX, float deltaY) const noexcept | AffineTransform | |
translated(PointType delta) const noexcept | AffineTransform | |
translation(float deltaX, float deltaY) noexcept | AffineTransform | static |
translation(PointType delta) noexcept | AffineTransform | static |
verticalFlip(float height) noexcept | AffineTransform | static |
withAbsoluteTranslation(float translationX, float translationY) const noexcept | AffineTransform |