|
Glg Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genlogic.GlgMatrixData
Used to return and pass matrix data.
| Field Summary | |
double[][] |
matrix
4x4 array of matrix coefficients. |
byte |
type
|
| Constructor Summary | |
GlgMatrixData()
Default contsructor. |
|
GlgMatrixData(GlgMatrixData matrix_data)
Copy constructor. |
|
| Method Summary | |
void |
CopyFrom(GlgMatrixData matrix_data)
Copies values from another GlgMatrixData. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public byte type
public double[][] matrix
| Constructor Detail |
public GlgMatrixData()
public GlgMatrixData(GlgMatrixData matrix_data)
| Method Detail |
public void CopyFrom(GlgMatrixData matrix_data)
|
Glg Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||