com.croftsoft.core.math.matrix
Interface Matrix3x3Mut

All Superinterfaces:
Matrix, Matrix3x3, MatrixMut
All Known Implementing Classes:
Matrix3x3Imp

public interface Matrix3x3Mut
extends MatrixMut, Matrix3x3

A mutable 3x3 matrix of doubles.

Since:
2008-04-25
Version:
$Id: Matrix3x3Mut.java,v 1.1 2008/04/26 02:40:41 croft Exp $
Author:
David Wallace Croft

Method Summary
 
Methods inherited from interface com.croftsoft.core.math.matrix.MatrixMut
copyToSelf, multiplyToSelf, multiplyToSelf, set, setIdentity, transposeSelf
 
Methods inherited from interface com.croftsoft.core.math.matrix.Matrix3x3
multiply3x3, toEulerAngles, transpose3x3
 
Methods inherited from interface com.croftsoft.core.math.matrix.Matrix
copy, get, getColumnCount, getRowCount, isIdentity, isSquare, matches, matches, multiply, multiply, transpose
 


CroftSoft Javadoc

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