IRealMathTAtan2 Method

Returns the angle whose tangent is the quotient of two specified numbers.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
T Atan2(
	T b
)

Parameters

b  T

Return Value

T

See Also