9 #ifndef RAMSES_DATAMATRIX22F_H
10 #define RAMSES_DATAMATRIX22F_H
46 friend class SceneImpl;
#define RAMSES_API
Definition: APIExport.h:35
The DataMatrix22f data object stores a matrix with 4 float components (2 rows, 2 columns) within a sc...
Definition: DataMatrix22f.h:22
DataMatrix22f(DataObjectImpl &pimpl)
Constructor of DataMatrix22f.
status_t getValue(float(&matrixElements)[4]) const
Gets all stored values of the matrix.
virtual ~DataMatrix22f()
Destructor of the UniformDataVector4f.
status_t setValue(const float(&matrixElements)[4])
Sets/updates the stored values of the matrix.
The DataObject is a base class for data container for storing data in a scene.
Definition: DataObject.h:29
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26