| AffineTransform() | com.jogamp.math.geom.plane.AffineTransform | |
| AffineTransform(final AffineTransform t) | com.jogamp.math.geom.plane.AffineTransform | |
| AffineTransform(final float m00, final float m10, final float m01, final float m11, final float m02, final float m12) | com.jogamp.math.geom.plane.AffineTransform | |
| AffineTransform(final float[] matrix) | com.jogamp.math.geom.plane.AffineTransform | |
| concatenate(final AffineTransform tR) | com.jogamp.math.geom.plane.AffineTransform | |
| createInverse() | com.jogamp.math.geom.plane.AffineTransform | |
| deltaTransform(final Vertex src, final Vertex dst) | com.jogamp.math.geom.plane.AffineTransform | |
| deltaTransform(final float[] src, int srcOff, final float[] dst, int dstOff, int length) | com.jogamp.math.geom.plane.AffineTransform | |
| equals(final Object obj) | com.jogamp.math.geom.plane.AffineTransform | |
| getDeterminant() | com.jogamp.math.geom.plane.AffineTransform | |
| getMatrix(final float[] matrix) | com.jogamp.math.geom.plane.AffineTransform | |
| getScaleX() | com.jogamp.math.geom.plane.AffineTransform | |
| getScaleY() | com.jogamp.math.geom.plane.AffineTransform | |
| getShearX() | com.jogamp.math.geom.plane.AffineTransform | |
| getShearY() | com.jogamp.math.geom.plane.AffineTransform | |
| getTranslateX() | com.jogamp.math.geom.plane.AffineTransform | |
| getTranslateY() | com.jogamp.math.geom.plane.AffineTransform | |
| getType() | com.jogamp.math.geom.plane.AffineTransform | |
| hashCode() | com.jogamp.math.geom.plane.AffineTransform | |
| inverseTransform(final Vertex src, final Vertex dst) | com.jogamp.math.geom.plane.AffineTransform | |
| inverseTransform(final float[] src, int srcOff, final float[] dst, int dstOff, int length) | com.jogamp.math.geom.plane.AffineTransform | |
| isIdentity() | com.jogamp.math.geom.plane.AffineTransform | |
| multiply(final AffineTransform tL, final AffineTransform tR) | com.jogamp.math.geom.plane.AffineTransform | static |
| preConcatenate(final AffineTransform tL) | com.jogamp.math.geom.plane.AffineTransform | |
| rotate(final float angle, final AffineTransform tmp) | com.jogamp.math.geom.plane.AffineTransform | |
| rotate(final float angle, final float px, final float py, final AffineTransform tmp) | com.jogamp.math.geom.plane.AffineTransform | |
| scale(final float scx, final float scy, final AffineTransform tmp) | com.jogamp.math.geom.plane.AffineTransform | |
| setToIdentity() | com.jogamp.math.geom.plane.AffineTransform | |
| setToRotation(final float angle) | com.jogamp.math.geom.plane.AffineTransform | |
| setToRotation(final float angle, final float px, final float py) | com.jogamp.math.geom.plane.AffineTransform | |
| setToScale(final float scx, final float scy) | com.jogamp.math.geom.plane.AffineTransform | |
| setToShear(final float shx, final float shy) | com.jogamp.math.geom.plane.AffineTransform | |
| setToTranslation(final float mx, final float my) | com.jogamp.math.geom.plane.AffineTransform | |
| setTransform(final float m00, final float m10, final float m01, final float m11, final float m02, final float m12) | com.jogamp.math.geom.plane.AffineTransform | |
| setTransform(final AffineTransform t) | com.jogamp.math.geom.plane.AffineTransform | |
| shear(final float shx, final float shy, final AffineTransform tmp) | com.jogamp.math.geom.plane.AffineTransform | |
| toString() | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final AABBox src, final AABBox dst) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final Vertex src, final Vertex dst) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final Vertex[] src, int srcOff, final Vertex[] dst, int dstOff, int length) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final float[] src, final float[] dst) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final float[] src, final int srcOff, final float[] dst, final int dstOff) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final float[] src, int srcOff, final float[] dst, int dstOff, int length) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final Vec2f src, final Vec2f dst) | com.jogamp.math.geom.plane.AffineTransform | |
| transform(final Vec3f src, final Vec3f dst) | com.jogamp.math.geom.plane.AffineTransform | |
| translate(final float mx, final float my, final AffineTransform tmp) | com.jogamp.math.geom.plane.AffineTransform | |
| TYPE_FLIP | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_GENERAL_ROTATION | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_GENERAL_SCALE | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_GENERAL_TRANSFORM | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_IDENTITY | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_MASK_ROTATION | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_MASK_SCALE | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_QUADRANT_ROTATION | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_TRANSLATION | com.jogamp.math.geom.plane.AffineTransform | static |
| TYPE_UNIFORM_SCALE | com.jogamp.math.geom.plane.AffineTransform | static |