Uses of Class
spice.basic.Surface
-
Packages that use Surface Package Description spice.basic -
-
Uses of Surface in spice.basic
Methods in spice.basic that return Surface Modifier and Type Method Description Surface[]
DSK. getSurfaces(Body b)
Get the set of Surfaces associated with a specified Body in a DSK file.Methods in spice.basic with parameters of type Surface Modifier and Type Method Description static SurfaceIntercept[]
SurfaceIntercept. create(boolean prioritized, Body target, Surface[] surfList, Time t, ReferenceFrame fixref, Vector3[] rayVertices, Vector3[] rayDirections)
Vectorized SurfaceIntercept creation method.Constructors in spice.basic with parameters of type Surface Constructor Description Surface(Surface s)
Construct a Surface from another Surface.This constructor creates a deep copy.SurfaceInterceptWithDSKInfo(boolean prioritized, Body target, Surface[] surfList, Time t, ReferenceFrame fixref, Vector3 vertex, Vector3 raydir)
Construct a SurfaceInterceptWithDSKInfo instance representing a ray-DSK surface intercept.
-