setMat method

void setMat(
  1. int index,
  2. MathValue val
)

Implementation

void setMat( int index, MathValue val ){
	_mat[index] = val;
}