Uses of Class
org.miv.pherd.geom.Vector2

Packages that use Vector2
org.miv.pherd.geom   
 

Uses of Vector2 in org.miv.pherd.geom
 

Subclasses of Vector2 in org.miv.pherd.geom
 class Vector3
          A three component vector made of doubles.
 

Methods in org.miv.pherd.geom with parameters of type Vector2
 void Vector2.add(Vector2 other)
          Add each element of other to the corresponding element of this.
 void Vector2.copy(Vector2 other)
          Make this a copy of other.
 double Vector2.dotProduct(Vector2 other)
          Dot product of this and other.
 boolean Vector2.equals(Vector2 other)
          Is this equal to other ?
 void Vector2.mult(Vector2 other)
          Multiply each element of this by the corresponding element of other.
 void Vector2.sub(Vector2 other)
          Substract each element of other to the corresponding element of this.
 

Constructors in org.miv.pherd.geom with parameters of type Vector2
Vector2(Vector2 other)
          New vector copy of other.
 



Copyright © 2011. All Rights Reserved.