Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Returns the angle (in degrees) whose tangent is the quotient of two specified numbers.
Namespace: Visual3DAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public static double Atan2Deg( double y, double x )
Public Shared Function Atan2Deg ( _ y As Double, _ x As Double _ ) As Double
Parameters
- y
- Double
- x
- Double