Namespace: TilDeathAssembly: TilDeath (in TilDeath.exe) Version: 1.1.1.0 (1.1.1)
public static float GetAngle(
Vector2D a,
Vector2D b
)
public static float GetAngle(
Vector2D a,
Vector2D b
)
Public Shared Function GetAngle (
a As Vector2D,
b As Vector2D
) As Single
Public Shared Function GetAngle (
a As Vector2D,
b As Vector2D
) As Single
public:
static float GetAngle(
Vector2D a,
Vector2D b
)
public:
static float GetAngle(
Vector2D a,
Vector2D b
)
static member GetAngle :
a : Vector2D *
b : Vector2D -> float32
static member GetAngle :
a : Vector2D *
b : Vector2D -> float32
Return Value
Type:
Single