igeo
Interface IMatrixOp

All Superinterfaces:
IParameter
All Known Subinterfaces:
IMatrix3I, IMatrix4I, IMatrixI
All Known Implementing Classes:
IMatrix, IMatrix3, IMatrix4

public interface IMatrixOp
extends IParameter

Interface of matrix operator.

Version:
0.7.0.0;
Author:
Satoru Sugihara

Method Summary
 IMatrix get()
           
 

Method Detail

get

IMatrix get()
Specified by:
get in interface IParameter