Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
geomtools::point_on_quadric_finder Struct Reference

Marching method to find a point on the surface of a quadric. More...

#include <bayeux/geomtools/point_on_quadric_finder.h>

Public Member Functions

 point_on_quadric_finder (const quadric &q_, double epsilon_, unsigned int max_iter_=20, const std::string &dbg_filename_="")
 Default constructor. More...
 
int find (const geomtools::vector_3d &start_, geomtools::vector_3d &on_surface_)
 

Detailed Description

Marching method to find a point on the surface of a quadric.

Constructor & Destructor Documentation

◆ point_on_quadric_finder()

geomtools::point_on_quadric_finder::point_on_quadric_finder ( const quadric q_,
double  epsilon_,
unsigned int  max_iter_ = 20,
const std::string &  dbg_filename_ = "" 
)

Default constructor.

Member Function Documentation

◆ find()

int geomtools::point_on_quadric_finder::find ( const geomtools::vector_3d start_,
geomtools::vector_3d on_surface_ 
)

Find a point on a quadric surface from a start point in the vicinity of the surface


The documentation for this struct was generated from the following file: