MezzanineEngine March 18, 2012

Mezzanine::Vector3WActor Class Reference

This class is used to store or transfer a position relative to an Actor. More...

#include <vector3wactor.h>

List of all members.

Public Member Functions

 Vector3WActor ()
 Default Constructor.
 Vector3WActor (ActorBase *Actor_, Vector3 Vector_)
 Complete Constructor.

Public Attributes

ActorBaseActor
 The pointer to the ActorBase.
Vector3 Vector
 The pointer to the Vector3.

Detailed Description

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.


Constructor & Destructor Documentation

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.

Mezzanine::Vector3WActor::Vector3WActor ( ActorBase Actor_,
Vector3  Vector_ 
)

Complete Constructor.

This fills the class with data that is passed in.

Parameters:
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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines