You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > ArcTan2 Method > Matrix.ArcTan2 Method (TMtxVec, TMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ArcTan2 Method (TMtxVec, TMtxVec, int, int, int, int)

Calculate the inverse tangens of Y/X by using Y elements [YIndex]..[YIndex+Len-1], X elements [XIndex]..[XIndex+Len-1] and store the results in calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TMtxVec ArcTan2(TMtxVec Y, TMtxVec X, int YIndex, int XIndex, int Index, int Len);

An exception is raised if array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!