Namespace: GameOfDeathAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public Vector2D CalculatePositionOfMatrixRabbit(
int x,
int y
)
public Vector2D CalculatePositionOfMatrixRabbit(
int x,
int y
)
Public Function CalculatePositionOfMatrixRabbit (
x As Integer,
y As Integer
) As Vector2D
Public Function CalculatePositionOfMatrixRabbit (
x As Integer,
y As Integer
) As Vector2D
public:
Vector2D CalculatePositionOfMatrixRabbit(
int x,
int y
)
public:
Vector2D CalculatePositionOfMatrixRabbit(
int x,
int y
)
member CalculatePositionOfMatrixRabbit :
x : int *
y : int -> Vector2D
member CalculatePositionOfMatrixRabbit :
x : int *
y : int -> Vector2D
Return Value
Type:
Vector2D