igeo
Interface IMatrixOp

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

public interface IMatrixOp
extends IParameter

Interface of matrix operator.

Author:
Satoru Sugihara

Method Summary
 IMatrix get()
           
 

Method Detail

get

IMatrix get()
Specified by:
get in interface IParameter