Uses of Class
spice.basic.TerminatorPoint
-
Packages that use TerminatorPoint Package Description spice.basic -
-
Uses of TerminatorPoint in spice.basic
Methods in spice.basic that return TerminatorPoint Modifier and Type Method Description static TerminatorPoint[][]
TerminatorPoint. create(java.lang.String method, Body ilusrc, Body target, Time et, ReferenceFrame fixref, AberrationCorrection abcorr, java.lang.String corloc, Body obsrvr, Vector3 refvec, double rolstp, int ncuts, double schstp, double soltol, int maxn)
Create an array of terminator points on a specified target body, as seen from a specified observer.Constructors in spice.basic with parameters of type TerminatorPoint Constructor Description TerminatorPoint(TerminatorPoint tpoint)
Copy constructor.
-