105 void setValue(
float a11,
float a12,
float a13,
float a14,
106 float a21,
float a22,
float a23,
float a24,
107 float a31,
float a32,
float a33,
float a34,
108 float a41,
float a42,
float a43,
float a44);
152 static void initClass();
153 static void exitClass();
#define SO_MFIELD_HEADER(className, valueType, valueRef)
#define SO_MFIELD_SETVALUESPOINTER_HEADER(userType)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 4x4 matrix class...
Multiple-value field containing any number of 4x4 matrices.
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.
Base class for all multiple-valued fields.