mGEff API Reference
v1.2.0
An animation framework for MiniGUI apps
|
Structure defines a float 3D point. More...
#include <mgeff-common.h>
Data Fields | |
float | x |
float | y |
float | z |
Structure defines a float 3D point.
float _EffPointF3D::x |
the x coordinate
float _EffPointF3D::y |
the y coordinate
float _EffPointF3D::z |
the z coordinate