ThreeB 1.1
|
Basic spot class, simply contains coordinates. More...
Package Functions | |
Spot () | |
Spot (double xx, double yy) | |
Package Attributes | |
double | x |
double | y |
Basic spot class, simply contains coordinates.
Definition at line 648 of file three_B.java.
Spot::Spot | ( | ) | [inline, package] |
Definition at line 651 of file three_B.java.
{ }
Spot::Spot | ( | double | xx, |
double | yy | ||
) | [inline, package] |
double Spot::x [package] |
Definition at line 650 of file three_B.java.
Referenced by ThreeBLoader::run(), ThreeBRunner::send_new_points(), and Spot().
double Spot::y [package] |
Definition at line 650 of file three_B.java.
Referenced by ThreeBLoader::run(), ThreeBRunner::send_new_points(), and Spot().