Package llnl.gnem.core.util.Geometry
Class SphericalDirectionCosines
java.lang.Object
llnl.gnem.core.util.Geometry.SphericalDirectionCosines
-
Constructor Summary
ConstructorDescriptionAn object containing the direction cosines between the center of a sphere and a point on its surfaceSphericalDirectionCosines
(double colatitude, double longitude) A constructor used to create a DirectionCosine object for a point at a given colatitude and longitude (in radians) -
Method Summary
-
Constructor Details
-
SphericalDirectionCosines
public SphericalDirectionCosines()An object containing the direction cosines between the center of a sphere and a point on its surface -
SphericalDirectionCosines
public SphericalDirectionCosines(double colatitude, double longitude) A constructor used to create a DirectionCosine object for a point at a given colatitude and longitude (in radians)
-