i6engine
1.0
|
creates a line between to given points, used e.g. by DebugDrawer for bounding boxes More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GraphicsConfig.h>
Public Member Functions | |
Graphics_Line_Create () | |
Graphics_Line_Create (const Vec3 &f, const Vec3 &t, const Vec3 &colour) | |
Graphics_Line_Create (int64_t goid, int64_t coid, const Vec3 &f, const Vec3 &t, const Vec3 &colour) | |
Graphics_Line_Create * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
Vec3 | from |
Vec3 | to |
Vec3 | colour |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
creates a line between to given points, used e.g. by DebugDrawer for bounding boxes
Definition at line 113 of file GraphicsConfig.h.
i6e::api::graphics::Graphics_Line_Create::Graphics_Line_Create | ( | ) |
i6e::api::graphics::Graphics_Line_Create::Graphics_Line_Create | ( | const Vec3 & | f, |
const Vec3 & | t, | ||
const Vec3 & | colour | ||
) |
i6e::api::graphics::Graphics_Line_Create::Graphics_Line_Create | ( | int64_t | goid, |
int64_t | coid, | ||
const Vec3 & | f, | ||
const Vec3 & | t, | ||
const Vec3 & | colour | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 118 of file GraphicsConfig.h.
Vec3 i6e::api::graphics::Graphics_Line_Create::colour |
Definition at line 114 of file GraphicsConfig.h.
Vec3 i6e::api::graphics::Graphics_Line_Create::from |
Definition at line 114 of file GraphicsConfig.h.
Vec3 i6e::api::graphics::Graphics_Line_Create::to |
Definition at line 114 of file GraphicsConfig.h.