Uses of Interface
org.simtk.geometry3d.Vector2D

Packages that use Vector2D
org.simtk.geometry3d   
 

Uses of Vector2D in org.simtk.geometry3d
 

Subinterfaces of Vector2D in org.simtk.geometry3d
 interface MutableVector2D
           
 

Classes in org.simtk.geometry3d that implement Vector2D
 class Vector2DClass
           
 

Methods in org.simtk.geometry3d that return Vector2D
static Vector2D Vector2DClass.centroid(java.util.Collection<Vector2D> bagOfPoints)
          Compute the centroid or mean point
static Vector2D Vector2DClass.centroid(Vector2D[] coordinates, double[] weights)
           
 Vector2D Vector2DClass.minus(MathVector v2)
           
 Vector2D Vector2D.minus(MathVector v2)
           
 Vector2D Vector2DClass.plus(MathVector v2)
           
 Vector2D Vector2D.plus(MathVector v2)
           
 Vector2D Vector2DClass.rotate(double angle)
           
 Vector2D Vector2D.rotate(double angle)
           
 Vector2D Vector2DClass.times(double s)
           
 Vector2D Vector2D.times(double s)
           
 Vector2D Vector2DClass.unit()
           
 Vector2D Vector2D.unit()
           
 

Methods in org.simtk.geometry3d with parameters of type Vector2D
static Vector2D Vector2DClass.centroid(Vector2D[] coordinates, double[] weights)
           
 Vector3D Vector2DClass.cross(Vector2D v2)
           
 Vector3D Vector2D.cross(Vector2D v2)
           
protected  void Vector2DClass.initialize(Vector2D v2)
           
 

Method parameters in org.simtk.geometry3d with type arguments of type Vector2D
static Vector2D Vector2DClass.centroid(java.util.Collection<Vector2D> bagOfPoints)
          Compute the centroid or mean point