Class
TMtxVec
Calculates the inverse tangens of Y/X, and returns an angle in the correct quadrant. The results are stored in calling object elements. Size and Complex properties of calling object are adjusted automatically to match those of X and Y objects. An exception is raised if X and Y size and Complex properties do not match.
The values of X and Y must be between -2p and 2p. If they are not, you should adjust the angle by calling Math387.FixAngle routine for these elements. In addition, the value of X can't be 0. The result will fall in the range from -p to p radians. Note that ArcTan is calculated as ArcTan2(1, X).
| See Also |
|---|
| ArcTan |
| Copyright 2008 Dew Research |