com.croftsoft.core.math.matrix
Interface Matrix3x3

All Superinterfaces:
Matrix
All Known Subinterfaces:
Matrix3x3Mut
All Known Implementing Classes:
Matrix3x3Imp

public interface Matrix3x3
extends Matrix

Accessor interface for a 3x3 matrix of doubles.

Since:
2008-04-25
Version:
$Id: Matrix3x3.java,v 1.5 2008/05/09 19:48:45 croft Exp $
Author:
David Wallace Croft

Method Summary
 Matrix3x3Mut multiply3x3(Matrix3x3 matrix3x3)
           
 double[] toEulerAngles()
           
 Matrix3x3Mut transpose3x3()
           
 
Methods inherited from interface com.croftsoft.core.math.matrix.Matrix
copy, get, getColumnCount, getRowCount, isIdentity, isSquare, matches, matches, multiply, multiply, transpose
 

Method Detail

multiply3x3

Matrix3x3Mut multiply3x3(Matrix3x3 matrix3x3)

toEulerAngles

double[] toEulerAngles()

transpose3x3

Matrix3x3Mut transpose3x3()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)