Method ao/euler2cartesian


  EULER2CARTESIAN Convert euler angles in to cartesian angles, eta,
  theta, phi.
 
  CALL:
        [theta, eta, phi] = euler2cartesian(alpha, beta, gamma)
                      out = euler2cartesian(alpha, beta, gamma)
                      out = euler2cartesian(alpha, beta, gamma, pl)
 
 
  PARAMETERS: Parameter Sets
 
  M Hewitson 14-12-10
 
  VERSION $Id: euler2cartesian.m,v 1.4 2011/05/10 09:06:54 mauro Exp $
 
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
ROTATION 'XYZ'
  • 'XYX'
  • 'XYZ'
  • 'XZX'
  • 'XZY'
  • 'YXY'
  • 'YXZ'
  • 'YZX'
  • 'YZY'
  • 'ZXY'
  • 'ZXZ'
  • 'ZYX'
  • 'ZYZ'
The axis sequence rotation to perform.
back to top back to top

Some information of the method ao/euler2cartesian are listed below:
Class name ao
Method name euler2cartesian
Category Operator
CVS Version $Id: euler2cartesian.m,v 1.4 2011/05/10 09:06:54 mauro Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team