ThreeB 1.1
Package Functions | Package Attributes

Basic spot class, simply contains coordinates. More...

List of all members.

Package Functions

 Spot ()
 Spot (double xx, double yy)

Package Attributes

double x
double y

Detailed Description

Basic spot class, simply contains coordinates.

Definition at line 648 of file three_B.java.


Constructor & Destructor Documentation

Spot::Spot ( ) [inline, package]

Definition at line 651 of file three_B.java.

    {
    }
Spot::Spot ( double  xx,
double  yy 
) [inline, package]

Definition at line 655 of file three_B.java.

References x, and y.

    {
        x=xx;
        y=yy;
    }

Member Data Documentation

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().


The documentation for this class was generated from the following file: