Namespace: TilDeathAssembly: TilDeath (in TilDeath.exe) Version: 1.1.1.0 (1.1.1)
public static Vector2D GetDirection(
Vector2D from,
Vector2D to
)
public static Vector2D GetDirection(
Vector2D from,
Vector2D to
)
Public Shared Function GetDirection (
from As Vector2D,
to As Vector2D
) As Vector2D
Public Shared Function GetDirection (
from As Vector2D,
to As Vector2D
) As Vector2D
public:
static Vector2D GetDirection(
Vector2D from,
Vector2D to
)
public:
static Vector2D GetDirection(
Vector2D from,
Vector2D to
)
static member GetDirection :
from : Vector2D *
to : Vector2D -> Vector2D
static member GetDirection :
from : Vector2D *
to : Vector2D -> Vector2D
Return Value
Type:
Vector2D