void setValue(const SbMatrixd &md)
Sets the first value in the array to newValue , a double precision matrix, and deletes the second an...
void setValues(int start, int num, const SbMatrixd *md)
Sets num values starting at index start to the values in newValues , an array of double precisio...
void set1Value(int index, const SbMatrixd &md)
Sets the index 'th value in the array to newValue , a double precision matrix.
void setValue(float a11, float a12, float a13, float a14, float a21, float a22, float a23, float a24, float a31, float a32, float a33, float a34, float a41, float a42, float a43, float a44)
Makes this field contain one and only one value, which is the matrix given by the 16 values.