<< CL_gm_inertial2orbitSph Geometry and events CL_gm_inters3dLineEllips >>

CelestLab >> Geometry and events > CL_gm_inters3dConesSa

CL_gm_inters3dConesSa

Solid angle of the intersection of two cones

Calling Sequence

sang = CL_gm_inters3dConesSa(alpha,alpha1,alpha2)

Description

Parameters

alpha:

Angular separation between axes of the cones (1xN or 1x1)

alpha1:

Half angle of first cone (1xN or 1x1)

alpha2:

Half angle of second cone (1xN or 1x1)

sang:

Solid angle of the intersection of the cones (1xN)

Authors

Examples

// Intersection of two cones
alpha = 0.15;
alpha1 = 0.1;
alpha2 = 0.2;
sang = CL_gm_inters3dConesSa(alpha,alpha1,alpha2);

Report an issue
<< CL_gm_inertial2orbitSph Geometry and events CL_gm_inters3dLineEllips >>