Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int | ||
z | int |
Method | Description | |
---|---|---|
ClampCoordinate ( ) : void | ||
Coordinate ( ) : System | ||
Coordinate ( Coordinate coordinate ) : System | ||
Coordinate ( int x, int y, int z ) : System |
public Coordinate ( Coordinate coordinate ) : System | ||
coordinate | Coordinate | |
return | System |
public Coordinate ( int x, int y, int z ) : System | ||
x | int | |
y | int | |
z | int | |
return | System |