Method ao/rotate


  ROTATE applies rotation factor to AOs
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: ROTATE applies rotation factor to AOs
 
  CALL:        m = rotate(x, y, pl)
               m = rotate(x, y, ang)
 
  INPUTS:      x    - analysis object
               y    - analysis object
               pl   - parameter list
               ang  - rotation angle as cdata AO or double
 
  Please notice that a positive rotation angle means rotating counterclockwise
  if we use the standard right-handed coordinate system, where x axis goes to 
  the right and where y axis goes up.
 
  OUTPUTS:     m   - 2x1 aos vector with rotated data [xr;yr]
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
ANG 0 none The angle to rotate by. It can be a double or an AO.
back to top back to top

Some information of the method ao/rotate are listed below:
Class name ao
Method name rotate
Category Operator
Package name ltpda
VCS Version 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 2
Max input args -1
Min output args 2
Max output args -1




©LTP Team