Structure to hold and compare check positions.
More...
#include <DefaultScanBinder.h>
|
double | _line |
| Scan line. Is always between 0 and 1.
|
|
double | _frac |
| Scan line fraction. Is always between 0 and 1.
|
|
bool | _perp |
| Beam perpendicular to the surface.
|
|
Structure to hold and compare check positions.
◆ CheckPosition() [1/2]
sf::DefaultScanBinder::CheckPosition::CheckPosition |
( |
| ) |
|
|
inline |
◆ CheckPosition() [2/2]
sf::DefaultScanBinder::CheckPosition::CheckPosition |
( |
const CheckPosition & |
p | ) |
|
|
inline |
◆ fromString()
bool sf::DefaultScanBinder::CheckPosition::fromString |
( |
const std::string & |
s | ) |
|
Reads a check position from string.
◆ isEqual()
bool sf::DefaultScanBinder::CheckPosition::isEqual |
( |
const CheckPosition & |
p | ) |
const |
|
inline |
◆ operator!=()
bool sf::DefaultScanBinder::CheckPosition::operator!= |
( |
const CheckPosition & |
p | ) |
const |
|
inline |
Compare unequal operator.
◆ operator==()
bool sf::DefaultScanBinder::CheckPosition::operator== |
( |
const CheckPosition & |
p | ) |
const |
|
inline |
◆ toString()
std::string sf::DefaultScanBinder::CheckPosition::toString |
( |
| ) |
const |
Writes a check position to string.
◆ _frac
double sf::DefaultScanBinder::CheckPosition::_frac |
Scan line fraction. Is always between 0 and 1.
◆ _line
double sf::DefaultScanBinder::CheckPosition::_line |
Scan line. Is always between 0 and 1.
◆ _perp
bool sf::DefaultScanBinder::CheckPosition::_perp |
Beam perpendicular to the surface.
The documentation for this struct was generated from the following file: