Uses of Class
spice.basic.SurfacePoint
-
Packages that use SurfacePoint Package Description spice.basic -
-
Uses of SurfacePoint in spice.basic
Methods in spice.basic that return SurfacePoint Modifier and Type Method Description static SurfacePoint[]
SurfacePoint. create(java.lang.String surfspec, Body body, Time t, ReferenceFrame fixref, double[][] lonlat)
Create an array of SurfacePoints from an array of planetocentric (longitude, latitude) coordinate pairs.This method is an analog of the CSPICE method latsrf_c.Methods in spice.basic with parameters of type SurfacePoint Modifier and Type Method Description private static void
SurfacePoint. checkAttributes(java.lang.String caller, SurfacePoint[] srfpts)
static Vector3[]
SurfacePoint. getNormals(SurfacePoint[] srfpts)
Compute the unit length outward normal vectors corresponding to an array of SurfacePoint instances.This method is an analog of the CSPICE method srfnrm_c.private static Vector3[]
SurfacePoint. getNormals(SurfacePoint[] srfpts, boolean check)
static Vector3[]
SurfacePoint. getNormalsUnchecked(SurfacePoint[] srfpts)
Compute the unit length outward normal vectors corresponding to an array of SurfacePoint instances, without checking for consistency of the attributes of the input array elements.Constructors in spice.basic with parameters of type SurfacePoint Constructor Description SurfacePoint(SurfacePoint sp)
Copy constructor.This constructor creates a deep copy.
-