YAC 3.8.0
Yet Another Coupler
Loading...
Searching...
No Matches
bounding_circle Struct Reference

#include <geometry.h>

Collaboration diagram for bounding_circle:
Collaboration graph

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
 

Detailed Description

defines a spherical cap

Definition at line 47 of file geometry.h.

Field Documentation

◆ base_vector

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.

◆ inc_angle

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.

◆ sq_crd

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.


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