|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Isometry2D
Represents an affine planar transform which preserves length ratios and (unoriented) angles. If the Isometry is direct, it also preserves oriented angles.
| Method Summary | |
|---|---|
boolean |
isDirect()
Check if the transform is direct, i.e. it preserves the orientation of transformed shapes. |
| Methods inherited from interface math.geom2d.transform.Similarity2D |
|---|
getLinearPart, getScalingFactor, getTranslationPart |
| Methods inherited from interface math.geom2d.transform.AffineTransform2D |
|---|
compose, getAffineMatrix, getCoefficients, isIdentity, isIsometry, isMotion, isSimilarity |
| Methods inherited from interface math.geom2d.transform.Bijection2D |
|---|
getInverseTransform |
| Methods inherited from interface math.geom2d.transform.Transform2D |
|---|
transform, transform, transform |
| Method Detail |
|---|
boolean isDirect()
AffineTransform2D
isDirect in interface AffineTransform2D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||