NASA World Wind

Uses of Interface
gov.nasa.worldwind.geom.Matrix

Packages that use Matrix
gov.nasa.worldwind.geom   
 

Uses of Matrix in gov.nasa.worldwind.geom
 

Classes in gov.nasa.worldwind.geom that implement Matrix
 class Matrix4
           
 

Methods in gov.nasa.worldwind.geom that return Matrix
 Matrix Matrix4.add(Matrix m)
          Adds this another matrix to this one.
 Matrix Matrix.add(Matrix m)
           
 Matrix Matrix4.getInverse()
          Obtain the inverse of this Matrix.
 Matrix Matrix.getInverse()
           
 Matrix Matrix4.getTranspose()
          Obtains the transpose of this Matrix.
 Matrix Matrix.getTranspose()
           
 Matrix Matrix4.multiply(Matrix m)
          Performs a cross multiplication with another Matrix.
 Matrix Matrix.multiply(Matrix m)
           
 Matrix Matrix4.rotate(Angle rotation, double axisX, double axisY, double axisZ)
          Rotate this matrix by some angle around an arbitrary axis.
 Matrix Matrix.rotate(Angle rotation, double axisX, double axisY, double axisZ)
           
 Matrix Matrix4.rotateX(Angle rotation)
          Rotate this Matrix around the x-axis.
 Matrix Matrix.rotateX(Angle rotation)
           
 Matrix Matrix4.rotateY(Angle rotation)
          Rotate this Matrix around the y-axis.
 Matrix Matrix.rotateY(Angle rotation)
           
 Matrix Matrix4.rotateZ(Angle rotation)
          Rotate this Matrix around the z-axis.
 Matrix Matrix.rotateZ(Angle rotation)
           
 Matrix Matrix4.setToIdentity()
          Sets this Matrix to the identity matrix.
 Matrix Matrix.setToIdentity()
           
 Matrix Matrix4.translate(double x, double y, double z)
          Translates this Matrix in three dimensional space.
 Matrix Matrix.translate(double x, double y, double z)
           
 Matrix Matrix4.translate(Point p)
          Translates this Matrix in three dimansional space.
 Matrix Matrix.translate(Point p)
           
 

Methods in gov.nasa.worldwind.geom with parameters of type Matrix
 Matrix Matrix4.add(Matrix m)
          Adds this another matrix to this one.
 Matrix Matrix.add(Matrix m)
           
 Frustum Frustum.getInverseTransformed(Matrix m)
           
 Matrix Matrix4.multiply(Matrix m)
          Performs a cross multiplication with another Matrix.
 Matrix Matrix.multiply(Matrix m)
           
 


NASA World Wind