Home
last modified time | relevance | path

Searched refs:cosdst (Results 1 – 1 of 1) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dskyframe.c9292 double cosdst; /* Cosine of DIST */ in Shapp() local
9301 cosdst = cos( dist ); in Shapp()
9305 r4[ 0 ] = cosdst*r0[ 0 ] + sindst*r3[ 0 ]; in Shapp()
9306 r4[ 1 ] = cosdst*r0[ 1 ] + sindst*r3[ 1 ]; in Shapp()
9307 r4[ 2 ] = cosdst*r0[ 2 ] + sindst*r3[ 2 ]; in Shapp()