Class draw2d.Point

Object
   |
   +--draw2d.Point
Direct Known Subclasses:
draw2d.Dimension

class draw2d.Point

Defined in Point.js

Version: 0.9.14

Author: Andreas Herz


Field Summary
 Object type
          
 
Constructor Summary
draw2d.Point ( x,y)
           
 
Method Summary
 boolean equals( o)
          
 float getDistance( other)
          
 Object getPosition( p)
           Calculates the relative position of the specified Point to this Point.
 float getTranslated( other)
          
 int getX()
          
 int getY()
          

Field Detail

type

Object type

Constructor Detail

draw2d.Point

draw2d.Point( x,y)

Method Detail

equals

boolean equals( o)

getDistance

float getDistance( other)

getPosition

Object getPosition( p)

getTranslated

float getTranslated( other)

getX

int getX()

getY

int getY()


Documentation generated by JSDoc on Thu Feb 7 23:45:47 2008