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
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
rotate |
ANG |
0 |
none |
The angle to rotate by. It can be a double or an AO. |
Example |
plist('ANG', [0]) |
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 |
967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args |
2 |
Max input args |
-1 |
Min output args |
2 |
Max output args |
-1 |
Can be used as modifier |
1 |
Supported numeric types |
{'double'} |
|
Method: ao/real |
|
Method: ao/round |
 |
©LTP Team