MFMatrix4f
The MFMatrix4f object corresponds to an X3D MFMatrix4f field.
It is used to store a one-dimensional array of SFMatrix4f values. Individual elements of the array can be referenced using the standard C-style dereferencing operator (e.g., mfMatrix4fObjectName[index], where index is an integer-valued expression with 0 <= index < length and length is the number of elements in the array). Assigning to an element with index >= length results in the array being dynamically expanded to contain length elements. All elements not explicitly initialized are set to SFMatrix4f (0.0, 0.0, 0.0, 0.0).
Properties
Type | Property | Description | Standard |
---|---|---|---|
number | length | Property for getting/setting the number of elements in the array.
| Avalon |
Functions
Return type | Function | Description | Standard |
---|