Jeospace API

Uses of Class
org.jeospace.coordinate.Vector

Packages that use Vector
org.jeospace.coordinate Contains classes that support 3 dimensional coordinate objects used to position and orient. 
 

Uses of Vector in org.jeospace.coordinate
 

Subclasses of Vector in org.jeospace.coordinate
 class Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
 

Methods in org.jeospace.coordinate that return Vector
static Vector Vector.cross(Vector a, Vector b)
          Return the cross product of two vectors
 

Methods in org.jeospace.coordinate with parameters of type Vector
 void Quaternion.set(Vector axis, double angle)
          Set the value of the quaternion and normalize
 double Quaternion.get(Vector axis)
          Return the value of the quaternion
 void AxisAngle.set(Vector axis, double angle)
          Set the value of the axis angle and normalize
 double AxisAngle.get(Vector axis)
          Return the value of the axis angle
static Vector Vector.cross(Vector a, Vector b)
          Return the cross product of two vectors
 double Vector.dot(Vector v)
          Return the value of the dot product of this vector and the argument
 

Constructors in org.jeospace.coordinate with parameters of type Vector
Quaternion(Vector axis, double angle)
          Construct a quaternion initialized to the given value and normalized
AxisAngle(Vector axis, double angle)
          Construct an instance initialized to the given values and normalize
Vector(Vector arg)
          Construct a new vector duplicating the passed argument
 


Jeospace API

Copyright © 2006 - jeospace.org