Sly Engine
|
#include <VisualizeOBBCommand.h>
Public Member Functions | |
VisualizeOBBCommand ()=default | |
VisualizeOBBCommand (const VisualizeOBBCommand &)=delete | |
VisualizeOBBCommand (VisualizeOBBCommand &&)=delete | |
VisualizeOBBCommand & | operator= (const VisualizeOBBCommand &)=delete |
VisualizeOBBCommand & | operator= (VisualizeOBBCommand &&)=delete |
virtual | ~VisualizeOBBCommand ()=default |
VisualizeOBBCommand (const Matrix &world, const Vect &col) | |
Specialize constructor for initial creation of the command. More... | |
void | Initialize (const Matrix &world, const Vect &color) |
Allows the OBB to be initialized with data so that a new command does not need to be created. More... | |
virtual void | execute () override |
Executes this command. More... | |
Public Member Functions inherited from VisualizeCommand | |
VisualizeCommand ()=default | |
VisualizeCommand (const VisualizeCommand &)=delete | |
VisualizeCommand (VisualizeCommand &&)=delete | |
VisualizeCommand & | operator= (const VisualizeCommand &)=delete |
VisualizeCommand & | operator= (VisualizeCommand &&)=delete |
virtual | ~VisualizeCommand ()=default |
Public Member Functions inherited from CommandBase | |
CommandBase ()=default | |
Default constructor. More... | |
CommandBase (const CommandBase &)=delete | |
Copy constructor. More... | |
CommandBase (CommandBase &&)=delete | |
Move constructor. More... | |
CommandBase & | operator= (const CommandBase &)=delete |
Assignment operator. More... | |
CommandBase & | operator= (CommandBase &&)=delete |
Move assignment operator. More... | |
virtual | ~CommandBase ()=default |
Deconstructor. More... | |
Private Attributes | |
Matrix | world |
Vect | color |
|
default |
|
delete |
|
delete |
|
virtualdefault |
VisualizeOBBCommand::VisualizeOBBCommand | ( | const Matrix & | world, |
const Vect & | col | ||
) |
Specialize constructor for initial creation of the command.
world | The world. |
col | The col. |
|
overridevirtual |
void VisualizeOBBCommand::Initialize | ( | const Matrix & | world, |
const Vect & | color | ||
) |
Allows the OBB to be initialized with data so that a new command does not need to be created.
world | The world Matrix. |
color | The color Vector. |
|
delete |
|
delete |
|
private |
|
private |