Jeospace API

Uses of Class
org.jeospace.coordinate.AxisAngle

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

Uses of AxisAngle in org.jeospace.coordinate
 

Methods in org.jeospace.coordinate that return AxisAngle
 AxisAngle Quaternion.getAxisAngle()
          Return an AxisAngle object that corresponds to the quaternion
 

Methods in org.jeospace.coordinate with parameters of type AxisAngle
 void Quaternion.set(AxisAngle a)
          Set the value of the quaternion initialized to the given value and normalize
 void Quaternion.get(AxisAngle a)
          Return the value of the quaternion as an axis angle
 void AxisAngle.set(AxisAngle value)
          Set the value of the axis angle to duplicate the argument
 void AxisAngle.get(AxisAngle value)
          Return the value of the axis angle in the argument AxisAngle object
 

Constructors in org.jeospace.coordinate with parameters of type AxisAngle
Quaternion(AxisAngle a)
          Construct a quaternion initialized to the given value and normalized
AxisAngle(AxisAngle value)
          Construct an instance initialized to duplicate the argument
 


Jeospace API

Copyright © 2006 - jeospace.org