#include <Area.hpp>
Definition at line 9 of file Area.hpp.
◆ Area() [1/4]
◆ Area() [2/4]
Area::Area |
( |
const Tile & |
TopLeft, |
|
|
const Tile & |
BottomRight |
|
) |
| |
◆ Area() [3/4]
Area::Area |
( |
const std::vector< Tile > & |
Vertices | ) |
|
◆ Area() [4/4]
Area::Area |
( |
const Area & |
A | ) |
|
◆ ~Area()
◆ Contains()
bool Area::Contains |
( |
const Tile & |
T | ) |
const |
◆ GetHybridRandomTile()
Tile Area::GetHybridRandomTile |
( |
double |
ProbabilityX, |
|
|
double |
ProbabilityY, |
|
|
double |
StandardDeviationX, |
|
|
double |
StandardDeviationY, |
|
|
double |
PointGenAccuracy |
|
) |
| const |
◆ GetMiddle()
Tile Area::GetMiddle |
( |
| ) |
const |
◆ GetPlane()
std::int32_t Area::GetPlane |
( |
| ) |
const |
◆ GetProfileHybridRandomTile() [1/2]
Tile Area::GetProfileHybridRandomTile |
( |
| ) |
const |
◆ GetProfileHybridRandomTile() [2/2]
Tile Area::GetProfileHybridRandomTile |
( |
double |
PointGenAccuracy | ) |
const |
◆ GetVertices()
std::vector<Tile> Area::GetVertices |
( |
| ) |
const |
◆ Valid()
bool Area::Valid |
( |
| ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
OS, |
|
|
const Area & |
A |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: