#include <Wireframe.hpp>
Definition at line 10 of file Wireframe.hpp.
◆ Wireframe() [1/2]
◆ Wireframe() [2/2]
Wireframe::Wireframe |
( |
const std::vector< Point > & |
Points | ) |
|
◆ ~Wireframe()
Wireframe::~Wireframe |
( |
| ) |
|
◆ Contains()
bool Wireframe::Contains |
( |
const Point & |
P | ) |
const |
◆ GetBox()
Box Wireframe::GetBox |
( |
| ) |
const |
◆ GetConvex()
Convex Wireframe::GetConvex |
( |
| ) |
const |
◆ GetHighPrecisionPoint()
Point Wireframe::GetHighPrecisionPoint |
( |
double |
Deviation = 0.50 | ) |
const |
◆ GetHybridRandomPoint()
Point Wireframe::GetHybridRandomPoint |
( |
double |
ProbabilityX, |
|
|
double |
ProbabilityY, |
|
|
double |
StandardDeviationX, |
|
|
double |
StandardDeviationY, |
|
|
double |
PointGenAccuracy |
|
) |
| const |
◆ GetProfileHybridRandomPoint() [1/2]
Point Wireframe::GetProfileHybridRandomPoint |
( |
| ) |
const |
◆ GetProfileHybridRandomPoint() [2/2]
Point Wireframe::GetProfileHybridRandomPoint |
( |
double |
PointGenAccuracy | ) |
const |
◆ operator bool()
Wireframe::operator bool |
( |
| ) |
const |
◆ Points
std::vector<Point> Wireframe::Points |
◆ Triangles
std::vector<Triangle> Wireframe::Triangles |
The documentation for this class was generated from the following file: