GeoSoft API

Uses of Class
no.geosoft.cc.geometry.Matrix4x4

Uses of Matrix4x4 in no.geosoft.cc.geometry
 

Methods in no.geosoft.cc.geometry that return Matrix4x4
static Matrix4x4 Matrix4x4.add(Matrix4x4 m1, Matrix4x4 m2)
          Add two matrices and return the result matrix.
static Matrix4x4 Matrix4x4.multiply(Matrix4x4 m1, Matrix4x4 m2)
          Multiply two matrices and return the result matrix.
static Matrix4x4 Matrix4x4.inverse(Matrix4x4 matrix)
          Return the inverse of the specified matrix.
 

Methods in no.geosoft.cc.geometry with parameters of type Matrix4x4
 void Matrix4x4.set(Matrix4x4 matrix)
          Set the value of this 4x4matrix according to the specified matrix
 void Matrix4x4.add(Matrix4x4 matrix)
          Add the specified 4x4 matrix to this matrix.
static Matrix4x4 Matrix4x4.add(Matrix4x4 m1, Matrix4x4 m2)
          Add two matrices and return the result matrix.
static Matrix4x4 Matrix4x4.add(Matrix4x4 m1, Matrix4x4 m2)
          Add two matrices and return the result matrix.
 void Matrix4x4.multiply(Matrix4x4 matrix)
          Multiply this 4x4 matrix with the specified matrix and store the result in this 4x4 matrix.
static Matrix4x4 Matrix4x4.multiply(Matrix4x4 m1, Matrix4x4 m2)
          Multiply two matrices and return the result matrix.
static Matrix4x4 Matrix4x4.multiply(Matrix4x4 m1, Matrix4x4 m2)
          Multiply two matrices and return the result matrix.
static Matrix4x4 Matrix4x4.inverse(Matrix4x4 matrix)
          Return the inverse of the specified matrix.
 

Constructors in no.geosoft.cc.geometry with parameters of type Matrix4x4
Matrix4x4(Matrix4x4 matrix)
          Constrauct a 4x4 matrix as a copy of the specified matrix.
 


GeoSoft API

Copyright © 2004 - Geotechnical Software Services     geosoft.no