#include <ddgobjects.h>
Class diagram for ddgGeneralObj:
Public Members | |||
![]() | ![]() | enum | direction { X, Y, Z } |
![]() | ![]() | Orientation of object. | |
![]() | ![]() | ddgGeneralObj ( float x = 0, float y = 0, float z = 0) | |
![]() | ![]() | Constructor of object. | |
![]() | ![]() | ddgColor3 | color |
![]() | ![]() | Color of object. | |
![]() | ![]() | ddgVector3 | orig |
![]() | ![]() | Location of object. |
This class is used as a base class by other classes.