Package break_out.model
Interface IVector2D
-
- All Known Implementing Classes:
Vector2D
public interface IVector2D
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDx()
double
getDy()
void
rescale()
void
setDx(double dx)
void
setDy(double dy)
-