gobjglColor4d Class Reference
#include <gobj.h>
List of all members.
Public Types |
| typedef GLdouble | W |
Public Member Functions |
| | gobjglColor4d (W const x_, W const y_, W const z_, W const a_) |
| void | set (W const x_, W const y_, W const z_, W const a_) |
| void | draw () |
| | Draw the object.
|
Public Attributes |
| W | x |
| W | y |
| W | z |
| W | a |
Detailed Description
Definition at line 162 of file gobj.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| gobjglColor4d::gobjglColor4d |
( |
W const |
x_, |
|
|
W const |
y_, |
|
|
W const |
z_, |
|
|
W const |
a_ | |
|
) |
| | [inline] |
Definition at line 174 of file gobj.h.
00180 : x(x_), y(y_), z(z_), a(a_) {}
Member Function Documentation
| void gobjglColor4d::draw |
( |
|
) |
[inline, virtual] |
| void gobjglColor4d::set |
( |
W const |
x_, |
|
|
W const |
y_, |
|
|
W const |
z_, |
|
|
W const |
a_ | |
|
) |
| | [inline] |
Definition at line 182 of file gobj.h.
References a, x, y, and z.
00183 { x=x_; y=y_; z=z_; a=a_; }
Member Data Documentation
The documentation for this class was generated from the following file: