| Package | org.wak.baseoneonline.flash.geom |
| Class | public class IntPoint |
| Subclasses | AStarNode |
| Method | Defined by | ||
|---|---|---|---|
|
IntPoint(x:int = 0, y:int = 0)
| IntPoint | ||
| IntPoint | |||
| IntPoint | |||
|
toString():String
| IntPoint | ||
| x | property |
public var x:int
| y | property |
public var y:int
| IntPoint | () | constructor |
public function IntPoint(x:int = 0, y:int = 0)Parameters
x:int (default = 0) |
|
y:int (default = 0) |
| add | () | method |
| addNew | () | method |
| toString | () | method |
public function toString():String
Returns
String |