Jeospace API

Uses of Class
org.jeospace.coordinate.Axis

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

Uses of Axis in org.jeospace.coordinate
 

Fields in org.jeospace.coordinate declared as Axis
static Axis Axis.X
          The X axis identifier
static Axis Axis.Y
          The Y axis identifier
static Axis Axis.Z
          The Z axis identifier
 

Methods in org.jeospace.coordinate with parameters of type Axis
 void AxisAngle.set(Axis axis, double angle)
          Set the value of the axis angle to the rotation about the specified axis
 void Vector.negate(Axis axis)
          Change the sign of the coordinate point on the specified Axis
 double Vector.get(Axis axis)
          Get the vector value along an axis
 void Vector.set(Axis axis, double value)
          Set the vector value along an axis
 

Constructors in org.jeospace.coordinate with parameters of type Axis
AxisAngle(Axis axis, double angle)
          Construct an instance initialized to the given rotation about the specified axis
 


Jeospace API

Copyright © 2006 - jeospace.org