#include <gvectortypes.h>
Public Attributes | |
| vslevel_t | level |
| The level of the VisualVector in the vector store. | |
| double | x |
| The x component. | |
| double | y |
| The y component. | |
| double | z |
| The z component. | |
| double | r |
| The red component. | |
| double | g |
| The green component. | |
| double | b |
| The blue component. | |
The values are stored exactly in this order:
See binaryfilereader.h for more details on binary vector store files.
The level of the VisualVector in the vector store. Used to restore the tree structure later on when reading the file.
The x component of the VisualVector.
The y component of the VisualVector.
The z component of the VisualVector.
The red component of the color.
The green component of the color.
The blue component of the color.
1.4.7