![]() |
YAC 3.8.0
Yet Another Coupler
|
#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 47 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 51 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 53 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 56 of file geometry.h.