brick_point Class Reference
A "point" of a
brick.
More...
#include <brick.h>
List of all members.
|
Public Member Functions |
|
| brick_point () |
| | Default constructor. Some data members are not initialized.
|
|
boost::rational< int > | value () const |
| | The point as a rational number.
|
| int | off () const |
| | Flag to indicate if the point is inside the brick or just outside.
|
Friends |
|
class | brick |
Detailed Description
A "point" of a
brick.
Member Function Documentation
| int off |
( |
|
) |
const [inline] |
Flag to indicate if the point is inside the brick or just outside.
Examples for a min point:
For a max point the inequalities would be 1/8 >= x and 1/8 > x, respectively.
The documentation for this class was generated from the following file: