public final class HBCircle extends HBPositioned
Collider.makeCircle()
NUM_GROUPS
Modifier and Type | Method and Description |
---|---|
void |
free()
Call when done using this HitBox.
|
double |
getDiam()
Get the diameter.
|
double |
getVelDiam()
Get the velocity of the diameter.
|
void |
setDiam(double diam)
Set the diameter.
|
void |
setVelDiam(double velDiam)
Set the velocity of the diameter.
|
getVelX, getVelY, getX, getY, setPos, setVel, setVelX, setVelY, setX, setY
public void free()
HitBox
public void setDiam(double diam)
diam
- Diameter.public void setVelDiam(double velDiam)
velDiam
- Velocity of the diameter.public double getDiam()
public double getVelDiam()
Copyright © 2013-2014 Matthew D. Michelotti