Re: Rename furniture
Code: Select all
[b]getX[/b]
public float getX()
// Returns the abscissa of the center of this piece of furniture.
[b]getY[/b]
public float getY()
// Returns the ordinate of the center of this piece of furniture.
[b]getPoints[/b]
public float[][] getPoints()
// Returns the points of each corner of a piece.