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 | Rect |
|
Structure to hold and compare check positions.
◆ TCheckPosition() [1/2]
sf::TDefaultScanBinder::TCheckPosition::TCheckPosition |
( |
| ) |
|
|
inline |
◆ TCheckPosition() [2/2]
sf::TDefaultScanBinder::TCheckPosition::TCheckPosition |
( |
const TCheckPosition & |
p | ) |
|
|
inline |
◆ fromString()
bool sf::TDefaultScanBinder::TCheckPosition::fromString |
( |
const std::string & |
s | ) |
|
◆ isEqual()
bool sf::TDefaultScanBinder::TCheckPosition::isEqual |
( |
const TCheckPosition & |
p | ) |
const |
|
inline |
◆ operator!=()
bool sf::TDefaultScanBinder::TCheckPosition::operator!= |
( |
const TCheckPosition & |
p | ) |
const |
|
inline |
Compare unequal operator.
◆ operator==()
bool sf::TDefaultScanBinder::TCheckPosition::operator== |
( |
const TCheckPosition & |
p | ) |
const |
|
inline |
◆ toString()
std::string sf::TDefaultScanBinder::TCheckPosition::toString |
( |
| ) |
const |
◆ Frac
double sf::TDefaultScanBinder::TCheckPosition::Frac |
Scan line fraction. Is always between 0 and 1.
◆ Line
double sf::TDefaultScanBinder::TCheckPosition::Line |
Scan line. Is always between 0 and 1.
◆ Rect
bool sf::TDefaultScanBinder::TCheckPosition::Rect |
Beam rectangular to the surface.
- Todo:
- Rename to Perpendicular.
The documentation for this struct was generated from the following file: