PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
NSphere Member List

This is the complete list of members for NSphere, including all inherited members.

Clearance(std::vector< double > _p) const noexceptNSphere
ClearancePoint(std::vector< double > _p) const noexceptNSphere
Contains(const std::vector< double > &_p) const noexceptNSphere
GetCenter() const noexceptNSphere
GetDimension() const noexceptNSphere
GetRadius() const noexceptNSphere
GetVolume() const noexceptNSphere
NSphere(const size_t _n, const double _r=std::numeric_limits< double >::max())NSphereexplicit
NSphere(const std::vector< double > &_center, const double _r=std::numeric_limits< double >::max())NSphereexplicit
operator>> (defined in NSphere)NSpherefriend
Sample() constNSphere
SetCenter(const std::vector< double > &_c) noexceptNSphere
SetRadius(const double _r) noexceptNSphere
Translate(const std::vector< double > &_v) noexceptNSphere
~NSphere() noexcept (defined in NSphere)NSpherevirtual