#include <Cone.hpp>
|
| ConeIF ()=default |
|
| ConeIF (const std::array< double, 3 > &point, double base_radius, double height, bool inside=true) |
|
double | ComputeDistanceTo (const std::array< double, 3 > &x) const noexcept |
|
◆ ConeIF() [1/2]
◆ ConeIF() [2/2]
fub::ConeIF::ConeIF |
( |
const std::array< double, 3 > & |
point, |
|
|
double |
base_radius, |
|
|
double |
height, |
|
|
bool |
inside = true |
|
) |
| |
◆ ComputeDistanceTo()
double fub::ConeIF::ComputeDistanceTo |
( |
const std::array< double, 3 > & |
x | ) |
const |
|
noexcept |
◆ base_point_
std::array<double, 3> fub::ConeIF::base_point_ |
|
private |
◆ base_radius_
double fub::ConeIF::base_radius_ |
|
private |
◆ height_
double fub::ConeIF::height_ |
|
private |
◆ inside_
bool fub::ConeIF::inside_ |
|
private |
The documentation for this class was generated from the following file: