Packageorg.wak.baseoneonline.flash.geom
Classpublic class IntPoint
SubclassesAStarNode

Simple integer point implementation



Public Properties
 PropertyDefined by
  x : int
IntPoint
  y : int
IntPoint
Public Methods
 MethodDefined by
  
IntPoint(x:int = 0, y:int = 0)
IntPoint
  
add(p:IntPoint):void
IntPoint
  
IntPoint
  
toString():String
IntPoint
Property detail
xproperty
public var x:int
yproperty 
public var y:int
Constructor detail
IntPoint()constructor
public function IntPoint(x:int = 0, y:int = 0)Parameters
x:int (default = 0)
 
y:int (default = 0)
Method detail
add()method
public function add(p:IntPoint):voidParameters
p:IntPoint
addNew()method 
public function addNew(p:IntPoint):IntPointParameters
p:IntPoint

Returns
IntPoint
toString()method 
public function toString():String

Returns
String