GLG Toolkit, Java Class Library  Version 4.5
GlgMatrixData

Contains matrix data used by GetMatrixData and SetMatrixData. More...

Detailed Description

Contains matrix data used by GetMatrixData and SetMatrixData.

Public Member Functions

 GlgMatrixData ()
 Default contsructor. More...
 
 GlgMatrixData (GlgMatrix matrix_p)
 Copy constructor. More...
 
 GlgMatrixData (GlgMatrixData matrix_data)
 Copy constructor. More...
 
void CopyFrom (GlgMatrix matrix_p)
 Copies values from another GlgMatrix object. More...
 
void CopyFrom (GlgMatrixData matrix_data)
 Copies values from another GlgMatrixData object. More...
 
void SetToMatrix (GlgMatrix matrix_p)
 Fills a matrix object with values of this matrix data object. More...
 

Public Attributes

double[][] matrix
 4x4 array of matrix coefficients. More...
 
int type
 Matrix type, may have the following values: More...
 

Member Data Documentation

◆ matrix

double [][] matrix

4x4 array of matrix coefficients.

◆ type

int type

Matrix type, may have the following values:

Constructor & Destructor Documentation

◆ GlgMatrixData() [1/3]

Default contsructor.

◆ GlgMatrixData() [2/3]

GlgMatrixData ( GlgMatrixData  matrix_data)

Copy constructor.

Parameters
matrix_dataThe matrix data to copy.

◆ GlgMatrixData() [3/3]

GlgMatrixData ( GlgMatrix  matrix_p)

Copy constructor.

Parameters
matrix_pThe matrix object to copy matrix data from.

Member Function Documentation

◆ CopyFrom() [1/2]

void CopyFrom ( GlgMatrix  matrix_p)

Copies values from another GlgMatrix object.

Parameters
matrix_pThe matrix object to copy matrix data from.

◆ CopyFrom() [2/2]

void CopyFrom ( GlgMatrixData  matrix_data)

Copies values from another GlgMatrixData object.

Parameters
matrix_dataThe matrix data to copy.

◆ SetToMatrix()

void SetToMatrix ( GlgMatrix  matrix_p)

Fills a matrix object with values of this matrix data object.

Parameters
matrix_pThe matrix object to fill the data of.