public class AffineToGeometric extends Object
http://groups.csail.mit.edu/graphics/classes/6.837/F98/Notes/lecture10.ps
Constructor and Description |
---|
AffineToGeometric(AffineTransform2D trans)
Constructs AffineToGeometric from AffineTransform2D
|
Modifier and Type | Method and Description |
---|---|
double |
getSkew()
Returns skew
|
double |
getXRotation()
Returns rotation in radians
|
double |
getXScale()
Returns Scale in x direction
|
double |
getXTranslate()
Returns translation in x direction
|
double |
getYRotation() |
double |
getYScale()
Returns Scale in y direction
|
double |
getYTranslate()
Returns translation in y direction
|
public AffineToGeometric(AffineTransform2D trans)
trans
- Affine transformation from which we want to get geometric coefficients.public double getXScale()
public double getYScale()
public double getSkew()
public double getXTranslate()
public double getYTranslate()
public double getXRotation()
public double getYRotation()
Copyright © 1996–2023 Geotools. All rights reserved.