back to index

IVector

Inheritance

Object -> IVector

Properties

x - 
y - 
abs - 
absAdd - 
absMax - 
string - 

Methods

       add(IVector _iv)
       addScale(Vector _o, float _s)
int    getAbs()
int    getAbsAdd()
int    getAbsMax()
String getString() - convert IVector to String
int    getX()
int    getY()
       init(int _x, int _y)
       neg()
       rotate(Matrix _m)
       rotateInv(Matrix _m)
       setX(int _x)
       setY(int _y)
       scale(float _s)
       scaleXY(float _sx, float _sy)
       sphere(float _ax, float _ay, float _az, float _radius) - rotate vector (_radius,0,0) around x,y,z axis
       sub(IVector _iv)

back to index