Uses of Class
spice.basic.SurfaceIntercept
-
Packages that use SurfaceIntercept Package Description spice.basic -
-
Uses of SurfaceIntercept in spice.basic
Subclasses of SurfaceIntercept in spice.basic Modifier and Type Class Description class
SurfaceInterceptWithDSKInfo
Class SurfaceInterceptWithDSKInfo provides methods that compute ray-DSK surface intercepts and return information on the data source used to define the surface representation at the intercept points.Methods in spice.basic that return SurfaceIntercept 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 SurfaceIntercept Constructor Description SurfaceIntercept(SurfaceIntercept surfx)
Copy constructor.This constructor creates a deep copy.
-