Atan2 Data Member Function

Calculates the arctangent of 'Y' / 'X'.

Prototype

static double Atan2( double Y, double X )

Parameters

Parameter Type Parameter Name Documentation
doubleYThe y component of the value whose arctangent is to be calculated.
doubleXThe x component of the value whose arctangent is to be calculated.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.