#include <Convex.hpp>
Definition at line 8 of file Convex.hpp.
◆ Convex() [1/3]
◆ Convex() [2/3]
Convex::Convex |
( |
const std::vector< Point > & |
Vertices | ) |
|
◆ Convex() [3/3]
Convex::Convex |
( |
const Convex & |
C | ) |
|
◆ ~Convex()
virtual Convex::~Convex |
( |
| ) |
|
|
virtual |
◆ Contains()
bool Convex::Contains |
( |
const Point & |
P | ) |
const |
◆ GetBox()
Box Convex::GetBox |
( |
| ) |
const |
◆ GetHybridRandomPoint()
Point Convex::GetHybridRandomPoint |
( |
double |
ProbabilityX, |
|
|
double |
ProbabilityY, |
|
|
double |
StandardDeviationX, |
|
|
double |
StandardDeviationY, |
|
|
double |
PointGenAccuracy |
|
) |
| const |
◆ GetMiddle()
Point Convex::GetMiddle |
( |
| ) |
const |
◆ GetProfileHybridRandomPoint() [1/2]
Point Convex::GetProfileHybridRandomPoint |
( |
| ) |
const |
◆ GetProfileHybridRandomPoint() [2/2]
Point Convex::GetProfileHybridRandomPoint |
( |
double |
PointGenAccuracy | ) |
const |
◆ operator bool()
Convex::operator bool |
( |
| ) |
const |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ Valid()
bool Convex::Valid |
( |
| ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
OS, |
|
|
const Convex & |
C |
|
) |
| |
|
friend |
◆ Vertices
std::vector<Point> Convex::Vertices |
The documentation for this class was generated from the following file: