The Fast Light Environment Kit



class FDolly_Control

Include Files

#include <Flek/FDolly_Control.H>

Description

Class for a dolly controller.

Methods


Method Descriptions

FDolly_Control

FDolly_Control::FDolly_Control(double sf=1.0);

Default constructor

FDolly_Control::FDolly_Control(const FDolly_Control& dc);

Copy constructor

begin_drag

void FDolly_Control::begin_drag(void);

Begin a drag.

dolly_value

double FDolly_Control::dolly_value(void);

Get the dolly value.

dolly_vector

FVector3 FDolly_Control::dolly_vector(void);

Get dolly value as FVector.

dragging

bool FDolly_Control::dragging(void);

Check dragging status

end_drag

void FDolly_Control::end_drag(void);

End a drag.

mouse

void FDolly_Control::mouse(const FVector3& pos);

Specify mouse position.

void FDolly_Control::mouse(double z);

Specify mouse position.

update

void FDolly_Control::update(void);

Update the FVectors and matrices.

value

FMatrix4x4 FDolly_Control::value(void);

Get the translation matrix.

~FDolly_Control

FDolly_Control::~FDolly_Control();

Destructor

© 2000 the Flek Development team.
Generated by ScanDoc
Last Updated: Tue May 15 8:50:06 2001