|
|
#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/Sphere.h>
Inheritance diagram for SphereAsSquaresParametrization:Public Member Functions | |
| void | HyperplaneCoordinateSystem (Vec3f *hcs0, Vec3f *hcs1, Vec3f *hcs2) const |
| void | Init (const Sphere &sphere, const Vec3f &planeNormal) |
| bool | InSpace (const std::pair< float, float > ¶m, bool lower, Vec3f *p) const |
| bool | InSpace (const std::pair< float, float > ¶m, bool lower, Vec3f *p, Vec3f *n) const |
| float | Parameters (const Vec3f &p, std::pair< float, float > *param) const |
| SphereAsSquaresParametrization () | |
| SphereAsSquaresParametrization (const Sphere &sphere, const Vec3f &planeNormal) | |
| void | Transform (const GfxTL::MatrixXX< 3, 3, float > &rot, const GfxTL::Vector3Df &trans) |
|
inline |
| SphereAsSquaresParametrization | ( | const Sphere & | sphere, |
| const Vec3f & | planeNormal ) |
Definition at line 476 of file Sphere.cpp.
Definition at line 483 of file Sphere.cpp.
Definition at line 509 of file Sphere.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 491 of file Sphere.cpp.
| void Transform | ( | const GfxTL::MatrixXX< 3, 3, float > & | rot, |
| const GfxTL::Vector3Df & | trans ) |
Definition at line 560 of file Sphere.cpp.