|
flimEngine
|
A render b sphere command. More...
#include <RenderBSphereCommand.h>


Public Member Functions | |
| RenderBSphereCommand ()=delete | |
| virtual | ~RenderBSphereCommand () |
| RenderBSphereCommand & | operator= (const RenderBSphereCommand &)=default |
| RenderBSphereCommand (const RenderBSphereCommand &)=default | |
| RenderBSphereCommand (Matrix &_mat, const Vect &col) | |
| void | setContext (Matrix &mat, const Vect &col=flimColor::pink) |
| void | execute () override |
Public Member Functions inherited from Command | |
| 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 |
| RenderBSphereCommand::RenderBSphereCommand | ( | Matrix & | _mat, |
| const Vect & | col | ||
| ) |
|
overridevirtual |
Reimplemented from Command.
|
default |
| void RenderBSphereCommand::setContext | ( | Matrix & | mat, |
| const Vect & | col = flimColor::pink |
||
| ) |
|
private |
|
private |