Uses of Class
spice.basic.LimbPoint
-
Packages that use LimbPoint Package Description spice.basic -
-
Uses of LimbPoint in spice.basic
Methods in spice.basic that return LimbPoint Modifier and Type Method Description static LimbPoint[][]
LimbPoint. create(java.lang.String method, 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 limb points on a specified target body, as seen from a specified observer.Constructors in spice.basic with parameters of type LimbPoint Constructor Description LimbPoint(LimbPoint lpoint)
Copy constructor.
-