Uses of Class
spice.basic.AngularUnits
-
Packages that use AngularUnits Package Description spice.basic -
-
Uses of AngularUnits in spice.basic
Fields in spice.basic declared as AngularUnits Modifier and Type Field Description static AngularUnits
AngularUnits. ARCSECONDS
ARCSECONDS represents 1/3600 of a degree.static AngularUnits
AngularUnits. DEGREES
DEGREES represents the unit degrees.static AngularUnits
AngularUnits. RADIANS
RADIANS represents the unit radians.Methods in spice.basic with parameters of type AngularUnits Modifier and Type Method Description double[]
EulerAngles. getAngles(AngularUnits units)
Return the angle sequence for this instance, where the angles are expressed in user-specified units.Constructors in spice.basic with parameters of type AngularUnits Constructor Description EulerAngles(double leftAngle, double centerAngle, double rightAngle, AngularUnits units, int leftAxis, int centerAxis, int rightAxis)
Construct an Euler angle sequence from three angles having specified units and three axis indices.
-