Uses of Class
org.apache.commons.math3.geometry.euclidean.threed.RotationOrder

Packages that use RotationOrder
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
org.orekit.attitudes This package provides classes to represent simple attitudes. 
org.orekit.attitudes.kinematics   
 

Uses of RotationOrder in org.apache.commons.math3.geometry.euclidean.threed
 

Fields in org.apache.commons.math3.geometry.euclidean.threed declared as RotationOrder
static RotationOrder RotationOrder.XYX
          Set of Euler angles.
static RotationOrder RotationOrder.XYZ
          Set of Cardan angles.
static RotationOrder RotationOrder.XZX
          Set of Euler angles.
static RotationOrder RotationOrder.XZY
          Set of Cardan angles.
static RotationOrder RotationOrder.YXY
          Set of Euler angles.
static RotationOrder RotationOrder.YXZ
          Set of Cardan angles.
static RotationOrder RotationOrder.YZX
          Set of Cardan angles.
static RotationOrder RotationOrder.YZY
          Set of Euler angles.
static RotationOrder RotationOrder.ZXY
          Set of Cardan angles.
static RotationOrder RotationOrder.ZXZ
          Set of Euler angles.
static RotationOrder RotationOrder.ZYX
          Set of Cardan angles.
static RotationOrder RotationOrder.ZYZ
          Set of Euler angles.
 

Methods in org.apache.commons.math3.geometry.euclidean.threed with parameters of type RotationOrder
 T[] FieldRotation.getAngles(RotationOrder order)
          Get the Cardan or Euler angles corresponding to the instance.
 double[] Rotation.getAngles(RotationOrder order)
          Get the Cardan or Euler angles corresponding to the instance.
 

Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type RotationOrder
FieldRotation(RotationOrder order, T alpha1, T alpha2, T alpha3)
          Build a rotation from three Cardan or Euler elementary rotations.
Rotation(RotationOrder order, double alpha1, double alpha2, double alpha3)
          Build a rotation from three Cardan or Euler elementary rotations.
 

Uses of RotationOrder in org.orekit.attitudes
 

Constructors in org.orekit.attitudes with parameters of type RotationOrder
LofOffset(Frame pInertialFrame, LOFType type, RotationOrder order, double alpha1, double alpha2, double alpha3)
          Creates new instance.
LofOffset(LOFType type, RotationOrder order, double alpha1, double alpha2, double alpha3)
          Creates new instance.
 

Uses of RotationOrder in org.orekit.attitudes.kinematics
 

Methods in org.orekit.attitudes.kinematics with parameters of type RotationOrder
static Vector3D KinematicsToolkit.computeSpin(double[] ang, double[] angd, RotationOrder order)
          Compute spin knowing the instantaneous quaternion and its derivative.
 



Copyright © 2017 CNES. All Rights Reserved.