Uses of Class
edu.stanford.rsl.konrad.geometry.Axis

Packages that use Axis
edu.stanford.rsl.konrad.geometry Contains classes to describe various projection geometries. 
edu.stanford.rsl.konrad.geometry.shapes   
edu.stanford.rsl.konrad.geometry.shapes.simple   
 

Uses of Axis in edu.stanford.rsl.konrad.geometry
 

Methods in edu.stanford.rsl.konrad.geometry that return Axis
 Axis[] CoordinateSystem.Axes()
           
 Axis CoordinateSystem.getAxis(int index)
           
 

Methods in edu.stanford.rsl.konrad.geometry with parameters of type Axis
static SimpleMatrix Rotations.createRotationMatrixAboutAxis(Axis axis, double angle)
          Creates a Rotation Matrix about an arbitrary axis.
 

Constructors in edu.stanford.rsl.konrad.geometry with parameters of type Axis
CoordinateSystem(Axis... axis)
           
 

Uses of Axis in edu.stanford.rsl.konrad.geometry.shapes
 

Methods in edu.stanford.rsl.konrad.geometry.shapes that return Axis
 Axis ArbitrarySurface.getPrincipalAxis()
           
 

Uses of Axis in edu.stanford.rsl.konrad.geometry.shapes.simple
 

Methods in edu.stanford.rsl.konrad.geometry.shapes.simple that return Axis
 Axis Sphere.getPrincipalAxis()
           
abstract  Axis SimpleSurface.getPrincipalAxis()
           
 Axis Ellipsoid.getPrincipalAxis()
           
 Axis Cylinder.getPrincipalAxis()
           
 Axis Cone.getPrincipalAxis()
           
 Axis Box.getPrincipalAxis()
           
 

Methods in edu.stanford.rsl.konrad.geometry.shapes.simple with parameters of type Axis
 SimpleMatrix SimpleSurface.getChangeOfAxisMatrix(Axis newAxis)
          Calculates matrix for rotating shape from a principal axis to new axis.