Uses of Class
org.graphstream.ui.geom.Vector3

Packages that use Vector3
org.graphstream.ui.geom   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.swingViewer.util   
 

Uses of Vector3 in org.graphstream.ui.geom
 

Methods in org.graphstream.ui.geom with parameters of type Vector3
 void Vector3.add(Vector3 other)
          Add each element of other to the corresponding element of this.
 void Point3.copy(Vector3 vec)
           
 void Vector3.copy(Vector3 other)
          Make this a copy of other.
 void Vector3.crossProduct(Vector3 other)
          Set this to the cross product of this and other.
 void Vector3.crossProduct(Vector3 A, Vector3 B)
          Set this to the cross product of A and B.
 double Vector3.dotProduct(Vector3 other)
          Dot product of this and other.
 void Point3.move(Vector3 d)
          Move of given vector d.
 void Vector3.mult(Vector3 other)
          Multiply each element of this by the corresponding element of other.
 void Point3.scale(Vector3 s)
          Scale by factor s.
 void Vector3.sub(Vector3 other)
          Substract each element of other to the corresponding element of this.
 

Constructors in org.graphstream.ui.geom with parameters of type Vector3
Point3(Vector3 vec)
           
Vector3(Vector3 other)
          New vector copy of other.
 

Uses of Vector3 in org.graphstream.ui.layout.springbox
 

Fields in org.graphstream.ui.layout.springbox declared as Vector3
 Vector3 NodeParticle.disp
          Displacement vector.
 Vector3 EdgeSpring.spring
          The attraction force on this edge.
 

Uses of Vector3 in org.graphstream.ui.swingViewer.util
 

Fields in org.graphstream.ui.swingViewer.util declared as Vector3
 Vector3 GraphMetrics.size
          Graph dimension.
 

Methods in org.graphstream.ui.swingViewer.util that return Vector3
 Vector3 GraphMetrics.getSize()
          The graph bounds.
 



Copyright © 2012. All Rights Reserved.