|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.geom2d.transform.AbstractAffineTransform2D
math.geom2d.transform.Homothecy2D
math.geom2d.transform.LinearHomothecy2D
public class LinearHomothecy2D
Defines a homothetic transform centered on the origin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class math.geom2d.transform.AbstractAffineTransform2D |
|---|
AbstractAffineTransform2D.Identity2D |
| Field Summary |
|---|
| Fields inherited from class math.geom2d.transform.Homothecy2D |
|---|
k, x0, y0 |
| Constructor Summary | |
|---|---|
LinearHomothecy2D(double factor)
|
|
| Method Summary | |
|---|---|
double[][] |
getAffineMatrix()
return matrix of the transform coefficients. |
double[] |
getCoefficients()
return coefficients of the transform. |
LinearHomothecy2D |
getInverseTransform()
|
| Methods inherited from class math.geom2d.transform.Homothecy2D |
|---|
getLinearPart, getScalingFactor, getTranslationPart, isMotion |
| Methods inherited from class math.geom2d.transform.AbstractAffineTransform2D |
|---|
compose, createRotation, createRotation, createRotation, createScaling, createScaling, createTranslation, createTranslation, equals, isDirect, isDirect, isIdentity, isIdentity, isIsometry, isIsometry, isMotion, isSimilarity, isSimilarity, transform, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface math.geom2d.transform.AffineTransform2D |
|---|
compose, isDirect, isIdentity, isIsometry, isMotion, isSimilarity |
| Methods inherited from interface math.geom2d.transform.Transform2D |
|---|
transform, transform, transform |
| Constructor Detail |
|---|
public LinearHomothecy2D(double factor)
| Method Detail |
|---|
public double[] getCoefficients()
AffineTransform2D
getCoefficients in interface AffineTransform2DgetCoefficients in class Homothecy2Dpublic double[][] getAffineMatrix()
AffineTransform2D
getAffineMatrix in interface AffineTransform2DgetAffineMatrix in class Homothecy2Dpublic LinearHomothecy2D getInverseTransform()
getInverseTransform in interface Bijection2DgetInverseTransform in interface LinearTransform2DgetInverseTransform in class Homothecy2D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||