YetAnotherCoupler 3.5.2
|
#include <geometry.h>
Data Fields | |
double | base_vector [3] |
struct sin_cos_angle | inc_angle |
angle between the middle point and the boundary of the spherical cap | |
double | sq_crd |
defines a spherical cap
Definition at line 55 of file geometry.h.
double bounding_circle::base_vector[3] |
the middle point of the spherical cap in cartesian coordinates (is a unit vector)
Definition at line 59 of file geometry.h.
struct sin_cos_angle bounding_circle::inc_angle |
angle between the middle point and the boundary of the spherical cap
Definition at line 61 of file geometry.h.
double bounding_circle::sq_crd |
squared Euclidean distance between the base vector and the edge of the bounding circle (chord of inc_angle)
Definition at line 64 of file geometry.h.