Package cardmanager.impl.card
Class CardGeometry
java.lang.Object
cardmanager.impl.card.CardGeometry
-
Constructor Summary
ConstructorsConstructorDescriptionCardGeometry
(int x, int y, double r) CardGeometry
(CardGeometry cardGeometry) -
Method Summary
Modifier and TypeMethodDescriptiongetArchRotatedMatrix
(int i, int i0) getArchRotateMatrix
(double xx, double yy) double
getR()
int
getX()
int
getY()
void
setR
(double r) void
setX
(int x) void
setY
(int y)
-
Constructor Details
-
CardGeometry
-
CardGeometry
public CardGeometry(int x, int y, double r)
-
-
Method Details
-
getSentence
-
getArchRotatedMatrix
-
getX
public int getX()- Returns:
- the x
-
setX
public void setX(int x) - Parameters:
x
- the x to set
-
getY
public int getY()- Returns:
- the y
-
setY
public void setY(int y) - Parameters:
y
- the y to set
-
getR
public double getR()- Returns:
- the r
-
setR
public void setR(double r) - Parameters:
r
- the r to set
-
getMovementMatrix
-
getArchRotateMatrix
-