NASA World Wind

gov.nasa.worldwind.view
Interface OrbitViewModel

All Known Implementing Classes:
BasicOrbitViewModel

public interface OrbitViewModel


Nested Class Summary
static interface OrbitViewModel.ModelCoordinates
           
 
Method Summary
 OrbitViewModel.ModelCoordinates computeModelCoordinates(Globe globe, Matrix modelview, Vec4 centerPoint)
           
 OrbitViewModel.ModelCoordinates computeModelCoordinates(Globe globe, Vec4 eyePoint, Vec4 centerPoint, Vec4 up)
           
 Matrix computeTransformMatrix(Globe globe, Position center, Angle heading, Angle pitch, double zoom)
           
 

Method Detail

computeModelCoordinates

OrbitViewModel.ModelCoordinates computeModelCoordinates(Globe globe,
                                                        Matrix modelview,
                                                        Vec4 centerPoint)

computeModelCoordinates

OrbitViewModel.ModelCoordinates computeModelCoordinates(Globe globe,
                                                        Vec4 eyePoint,
                                                        Vec4 centerPoint,
                                                        Vec4 up)

computeTransformMatrix

Matrix computeTransformMatrix(Globe globe,
                              Position center,
                              Angle heading,
                              Angle pitch,
                              double zoom)

NASA World Wind