flimEngine
|
A render b sphere command. More...
#include <RenderAABBCommand.h>
Public Member Functions | |
RenderAABBCommand ()=delete | |
virtual | ~RenderAABBCommand () |
RenderAABBCommand & | operator= (const RenderAABBCommand &)=default |
RenderAABBCommand (const RenderAABBCommand &)=default | |
RenderAABBCommand (Matrix &_mat, const Vect &col) | |
void | setContext (Matrix &mat, const Vect &col=flimColor::pink) |
void | execute () override |
![]() | |
Command () | |
virtual | ~Command () |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Command ()=default | |
~Command () | |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Private Attributes | |
Matrix | mat |
Vect | vect |
A render b sphere command.
|
delete |
|
inlinevirtual |
|
default |
RenderAABBCommand::RenderAABBCommand | ( | Matrix & | _mat, |
const Vect & | col | ||
) |
|
overridevirtual |
Reimplemented from Command.
|
default |
void RenderAABBCommand::setContext | ( | Matrix & | mat, |
const Vect & | col = flimColor::pink |
||
) |
|
private |
|
private |