This class is used to store or transfer a position relative to an Actor. More...
#include <vector3wactor.h>
Public Member Functions | |
| Vector3WActor () | |
| Default Constructor. | |
| Vector3WActor (ActorBase *Actor_, Vector3 Vector_) | |
| Complete Constructor. | |
Public Attributes | |
| ActorBase * | Actor |
| The pointer to the ActorBase. | |
| Vector3 | Vector |
| The pointer to the Vector3. | |
This class is used to store or transfer a position relative to an Actor.
This class is simply a Pointer to an actor and a Vector3
Definition at line 54 of file vector3wactor.h.
| Mezzanine::Vector3WActor::Vector3WActor | ( | ) |
Default Constructor.
This creates a Vector3WActor with a null Actor pointer and a Vector3 initialized to 0
Definition at line 48 of file vector3wactor.cpp.
Complete Constructor.
This fills the class with data that is passed in.
| Actor_ | This is a pointer to an actor |
| Vector_ | This is a Vector3 that represents some amount, like motion or distance |
Definition at line 53 of file vector3wactor.cpp.
1.7.3