NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.Matrix4

Packages that use Matrix4
gov.nasa.worldwind   
gov.nasa.worldwind.geom   
 

Uses of Matrix4 in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Matrix4
 Matrix4 View.getModelViewMatrix()
          Returns the 'model-view' matrix computed in apply(), which transforms model coordinates to eye coordinates (where the eye is located at the origin, facing down the negative-z axis).
 Matrix4 AbstractView.getModelViewMatrix()
           
 Matrix4 View.getProjectionMatrix()
          Returns the 'projection' matrix computed in apply(), which transforms eye coordinates to homogeneous clip coordinates (a box of dimension (2, 2, 2) centered at the origin).
 Matrix4 AbstractView.getProjectionMatrix()
           
 

Methods in gov.nasa.worldwind with parameters of type Matrix4
protected  void AbstractView.applyMatrixState(DrawContext dc, Matrix4 modelView, Matrix4 projection)
           
 

Uses of Matrix4 in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom that return Matrix4
 Matrix4 ViewFrustum.getProjectionMatrix()
           
 

Constructors in gov.nasa.worldwind.geom with parameters of type Matrix4
ViewFrustum(Matrix4 projectionMatrix)
           
 


NASA World Wind