#include <FMLookAt.h>
Public Member Functions | |
FMLookAt () | |
Default Constructor. | |
FMLookAt (const FMVector3 &_position, const FMVector3 &_target, const FMVector3 &_up) | |
Constructor. | |
Public Attributes | |
FMVector3 | position |
The position of the viewer. | |
FMVector3 | target |
The target of the viewer. | |
FMVector3 | up |
The up-axis of the viewer. |
|
Constructor.
|
|
The position of the viewer. Defines the translation. |
|
The target of the viewer. Defines the pitch and the yaw of the transform. |
|
The up-axis of the viewer. Defines the roll of the transform. |