math.geom2d.transform
Class AffineTransform2D
java.lang.Object
math.geom2d.AffineTransform2D
math.geom2d.transform.AffineTransform2D
- All Implemented Interfaces:
- Cloneable, Bijection2D, Transform2D
Deprecated. use math.geom2d.AffineTransform2D instead (0.7.0)
@Deprecated
public class AffineTransform2D
- extends AffineTransform2D
- Author:
- dlegland
Methods inherited from class math.geom2d.AffineTransform2D |
chain, clone, compose, concatenate, create, create, create, createGlideReflection, createHomothecy, createIdentity, createLineReflection, createPointReflection, createQuadrantRotation, createRotation, createRotation, createRotation, createScaling, createScaling, createShear, createTranslation, createTranslation, equals, getAffineMatrix, getCoefficients, getInverseTransform, invert, isDirect, isDirect, isIdentity, isIdentity, isIsometry, isIsometry, isMotion, isMotion, isSimilarity, isSimilarity, preConcatenate, toString, transform, transform, transform |
AffineTransform2D
public AffineTransform2D()
- Deprecated.
AffineTransform2D
public AffineTransform2D(AffineTransform2D trans)
- Deprecated.
AffineTransform2D
public AffineTransform2D(double[] coefs)
- Deprecated.
AffineTransform2D
public AffineTransform2D(double xx,
double yx,
double tx,
double xy,
double yy,
double ty)
- Deprecated.
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.