Uses of Class
edu.eside.flingbox.math.Matrix22

Packages that use Matrix22
edu.eside.flingbox.math   
 

Uses of Matrix22 in edu.eside.flingbox.math
 

Methods in edu.eside.flingbox.math that return Matrix22
 Matrix22 Matrix22.invert()
          Computes matrix invert
static Matrix22 Matrix22.invert(Matrix22 m)
          Computes matrix invert
 Matrix22 Matrix22.transpose()
          Transposes matrix
static Matrix22 Matrix22.transpose(Matrix22 m)
          Creates the transpose of the matrix
 

Methods in edu.eside.flingbox.math with parameters of type Matrix22
static Matrix22 Matrix22.invert(Matrix22 m)
          Computes matrix invert
 Vector2D Vector2D.mul(Matrix22 m)
          Multiplies current vector by a matrix
static Vector2D Vector2D.mul(Vector2D v, Matrix22 m)
          Multiplies a vector by a matrix
static Matrix22 Matrix22.transpose(Matrix22 m)
          Creates the transpose of the matrix