ch.sahits.game.graphic.display.util
Class PerspectiveImage
java.lang.Object
ch.sahits.game.graphic.display.util.PerspectiveImage
public final class PerspectiveImage
- extends Object
A perspective image is a rectangular that is distored and becomes a quadrangle.
- Author:
- Andi Hotz, (c) Sahits GmbH, 2011
Created on Feb 26, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topLef
private final Point topLef
topRight
private final Point topRight
bottomLeft
private final Point bottomLeft
bottomRight
private final Point bottomRight
PerspectiveImage
public PerspectiveImage(Point topLef,
Point topRight,
Point bottomLeft,
Point bottomRight)
getTopLef
public Point getTopLef()
getTopRight
public Point getTopRight()
getBottomLeft
public Point getBottomLeft()
getBottomRight
public Point getBottomRight()
Copyright © 2011 Sahits GmbH. All Rights Reserved.