9 #ifndef RAMSES_DATAVECTOR2F_H
10 #define RAMSES_DATAVECTOR2F_H
48 friend class SceneImpl;
#define RAMSES_API
Definition: APIExport.h:35
The DataObject is a base class for data container for storing data in a scene.
Definition: DataObject.h:29
The DataVector2f data object stores a vector with 2 float components within a scene.
Definition: DataVector2f.h:22
DataVector2f(DataObjectImpl &pimpl)
Constructor of DataVector2f.
status_t setValue(float x, float y)
Sets/updates the stored values of the vector.
status_t getValue(float &x, float &y) const
Gets all stored values of the vector.
virtual ~DataVector2f()
Destructor of the DataVector2f.
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