Jypeli
5
The simple game programming library
IntPoint.cs
Siirry tämän tiedoston dokumentaatioon.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.Linq;
4
using
System
.Text;
5
6
namespace
Jypeli
7
{
11
public
class
IntPoint
12
{
16
public
int
X
{
get
;
set
; }
17
21
public
int
Y
{
get
;
set
; }
22
23
public
IntPoint
(
int
x,
int
y)
24
{
25
this.
X
= x;
26
this.
Y
= y;
27
}
28
}
29
}
Jypeli.IntPoint.Y
int Y
Y-koordinaatti.
Definition:
IntPoint.cs:21
System
Jypeli.IntPoint
Piste kokonaislukuruudukossa.
Definition:
IntPoint.cs:11
Jypeli
Jypeli.IntPoint.IntPoint
IntPoint(int x, int y)
Definition:
IntPoint.cs:23
Jypeli.IntPoint.X
int X
X-koordinaatti.
Definition:
IntPoint.cs:16
Jypeli
DataTypes
IntPoint.cs
Generoinut projektille Jypeli Fri Sep 15 2017 21:57:24
1.8.13