GLG Toolkit

com.genlogic
Class GlgMatrixData

java.lang.Object
  extended by com.genlogic.GlgMatrixData

public class GlgMatrixData
extends java.lang.Object

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

type

public byte type

matrix

public double[][] matrix
4x4 array of matrix coefficients.

Constructor Detail

GlgMatrixData

public GlgMatrixData()
Default contsructor.


GlgMatrixData

public GlgMatrixData(GlgMatrixData matrix_data)
Copy constructor.

Method Detail

CopyFrom

public void CopyFrom(GlgMatrixData matrix_data)
Copies values from another GlgMatrixData.


GLG Toolkit