[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element View=Function,16 Info=Provides constants and static methods for trigonometric. [Property] AngleMode=Sets the measurement unit of trigonometric functions. ARG(enum)|4|0|Radian,Degree Function=Sets the trigonometric function. ARG(enum)|14|0|Acos,Asin,Atan,Cos,Cosh,Sin,Sinh,Tan,Tanh Value=Sets a double-precision floating-point number. ARG(Double)|7|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doTrigonometric=Performs a specified function. ARG(Double Value)|1|0 *doAtan2=Calculates the angle whose tangent is the quotient of two specified numbers. ARG(Double y, Double x)|1|0 onTrigonometric=Occurs after perform of the specified function and returns the result. ARG(Double)|2|7 *onAtan2=Occurs after invoke the method doAtan2 and returns the result. ARG(Double)|2|7 Result=Returns the result. ARG(Double)|3|7 *Atan2=Returns the result of the method doAtan2. ARG(Double)|3|7 *PI=Represents the ratio of the circumference of a circle to its diameter, specified by the constant 3.14159265358979323846. ARG(double)|3|7 Value=Defines a double-precision floating-point number. ARG(Double)|4|7 *x=Defines the x coordinate of a point. ARG(Double)|4|7 *y=Defines the y coordinate of a point. ARG(Double)|4|7