|
| static std::vector< double > | sphere_ray (const vec3 &sphere_center, const double &sphere_radius, const vec3 &ray_center, const vec3 &ray_direction) |
| | Compute the intersection between a sphere and a ray. More...
|
| |
| std::vector< double > cpe::intersection_helper::sphere_ray |
( |
const vec3 & |
sphere_center, |
|
|
const double & |
sphere_radius, |
|
|
const vec3 & |
ray_center, |
|
|
const vec3 & |
ray_direction |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- /home/damien/work/2012_2013_teaching/2013_4eti_synthese_images/2013/TP4_splines/pgm1_bezier_patch/libinterface/intersection_helper.hpp
- /home/damien/work/2012_2013_teaching/2013_4eti_synthese_images/2013/TP4_splines/pgm1_bezier_patch/libinterface/intersection_helper.cpp