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) doublegetR()intgetX()intgetY()voidsetR(double r) voidsetX(int x) voidsetY(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
-