#include <Polygon.hpp>
|
using | Vector = boost::container::pmr::vector< double > |
|
◆ Vector
◆ Polygon()
◆ ComputeDistanceTo() [1/2]
double fub::Polygon::ComputeDistanceTo |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
noexcept |
◆ ComputeDistanceTo() [2/2]
double fub::Polygon::ComputeDistanceTo |
( |
std::array< double, 2 > |
xs | ) |
const |
|
inlinenoexcept |
◆ GetXs()
span<const double> fub::Polygon::GetXs |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetYs()
span<const double> fub::Polygon::GetYs |
( |
| ) |
const |
|
inlinenoexcept |
◆ xs_
◆ ys_
The documentation for this class was generated from the following file: