Home
last modified time | relevance | path

Searched refs:colat (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/map/libmap/
H A Dazequidist.c8 double colat; in Xazequidistant() local
9 colat = PI/2 - place->nlat.l; in Xazequidistant()
10 *x = -colat * place->wlon.s; in Xazequidistant()
11 *y = -colat * place->wlon.c; in Xazequidistant()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dsphrec_c.c49 SpiceDouble colat, in sphrec_c() argument
179 x = r * cos( lon ) * sin( colat ); in sphrec_c()
180 y = r * sin( lon ) * sin( colat ); in sphrec_c()
181 z = r * cos( colat ); in sphrec_c()
H A Dsphrec.c9 /* Subroutine */ int sphrec_(doublereal *r__, doublereal *colat, doublereal * in sphrec_() argument
195 x = *r__ * cos(*long__) * sin(*colat); in sphrec_()
196 y = *r__ * sin(*long__) * sin(*colat); in sphrec_()
197 z__ = *r__ * cos(*colat); in sphrec_()
H A Dsphcyl_c.c50 SpiceDouble colat, in sphcyl_c() argument
161 rr = radius * sin( colat ); in sphcyl_c()
162 zz = radius * cos( colat ); in sphcyl_c()
H A Dsphcyl.c9 /* Subroutine */ int sphcyl_(doublereal *radius, doublereal *colat, in sphcyl_() argument
164 rr = *radius * sin(*colat); in sphcyl_()
165 zz = *radius * cos(*colat); in sphcyl_()
H A Ddrdsph.c9 /* Subroutine */ int drdsph_(doublereal *r__, doublereal *colat, doublereal * in drdsph_() argument
209 ccolat = cos(*colat); in drdsph_()
210 scolat = sin(*colat); in drdsph_()
H A Drecsph_c.c52 SpiceDouble * colat, in recsph_c() argument
200 *colat = atan2( sqrt(x * x + y * y), z ); in recsph_c()
218 *colat = 0.; in recsph_c()
H A Ddsphdr.c14 doublereal colat; in dsphdr_() local
238 recsph_(rectan, &r__, &colat, &long__); in dsphdr_()
243 drdsph_(&r__, &colat, &long__, injacb); in dsphdr_()
H A Drecsph.c10 colat, doublereal *long__) in recsph_()
196 *colat = atan2(sqrt(x * x + y * y), z__); in recsph_()
206 *colat = 0.; in recsph_()
H A Ddrdsph_c.c52 SpiceDouble colat, in drdsph_c() argument
210 (doublereal *) &colat, in drdsph_c()
H A Dlatsph_c.c51 SpiceDouble * colat, in latsph_c() argument
182 *colat = th; in latsph_c()
H A Dsphlat_c.c48 SpiceDouble colat, in sphlat_c() argument
166 lattud = halfpi_c() - colat; in sphlat_c()
H A Dsphlat.c9 /* Subroutine */ int sphlat_(doublereal *r__, doublereal *colat, doublereal * in sphlat_() argument
175 lattud = halfpi_() - *colat; in sphlat_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dsphrec_c.c49 SpiceDouble colat, in sphrec_c() argument
179 x = r * cos( lon ) * sin( colat ); in sphrec_c()
180 y = r * sin( lon ) * sin( colat ); in sphrec_c()
181 z = r * cos( colat ); in sphrec_c()
H A Dsphrec.c9 /* Subroutine */ int sphrec_(doublereal *r__, doublereal *colat, doublereal * in sphrec_() argument
195 x = *r__ * cos(*long__) * sin(*colat); in sphrec_()
196 y = *r__ * sin(*long__) * sin(*colat); in sphrec_()
197 z__ = *r__ * cos(*colat); in sphrec_()
H A Dsphcyl_c.c50 SpiceDouble colat, in sphcyl_c() argument
161 rr = radius * sin( colat ); in sphcyl_c()
162 zz = radius * cos( colat ); in sphcyl_c()
H A Dsphcyl.c9 /* Subroutine */ int sphcyl_(doublereal *radius, doublereal *colat, in sphcyl_() argument
164 rr = *radius * sin(*colat); in sphcyl_()
165 zz = *radius * cos(*colat); in sphcyl_()
H A Ddrdsph.c9 /* Subroutine */ int drdsph_(doublereal *r__, doublereal *colat, doublereal * in drdsph_() argument
209 ccolat = cos(*colat); in drdsph_()
210 scolat = sin(*colat); in drdsph_()
H A Drecsph_c.c52 SpiceDouble * colat, in recsph_c() argument
200 *colat = atan2( sqrt(x * x + y * y), z ); in recsph_c()
218 *colat = 0.; in recsph_c()
H A Ddsphdr.c14 doublereal colat; in dsphdr_() local
238 recsph_(rectan, &r__, &colat, &long__); in dsphdr_()
243 drdsph_(&r__, &colat, &long__, injacb); in dsphdr_()
H A Drecsph.c10 colat, doublereal *long__) in recsph_()
196 *colat = atan2(sqrt(x * x + y * y), z__); in recsph_()
206 *colat = 0.; in recsph_()
H A Ddrdsph_c.c52 SpiceDouble colat, in drdsph_c() argument
210 (doublereal *) &colat, in drdsph_c()
H A Dsphlat_c.c48 SpiceDouble colat, in sphlat_c() argument
166 lattud = halfpi_c() - colat; in sphlat_c()
H A Dlatsph_c.c51 SpiceDouble * colat, in latsph_c() argument
182 *colat = th; in latsph_c()
H A Dlatsph.c10 doublereal *lat, doublereal *rho, doublereal *colat, doublereal * in latsph_() argument
180 *colat = th; in latsph_()

1234