ILookatControl Class Reference
 
 
 
ILookatControl Class Reference

This reference page is linked to from the following overview topics: Controller API Elements.


#include <istdplug.h>

Inheritance diagram for ILookatControl:
Control ReferenceTarget ReferenceMaker Animatable InterfaceServer Noncopyable MaxHeapOperators MaxHeapOperators

Class Description

See also:
Class Control.

Description:
This class provides access to the LookAt Controller parameters.

Developers may use the following values to access the references of the Look At controller.

LOOKAT_TARGET_REF

LOOKAT_POS_REF

LOOKAT_ROLL_REF

LOOKAT_SCL_REF

All methods of this class are implemented by the system.

Public Member Functions

virtual void  SetFlip (BOOL f)=0
virtual BOOL  GetFlip ()=0
virtual void  SetAxis (int a)=0
virtual int  GetAxis ()=0

Member Function Documentation

virtual void SetFlip ( BOOL  f ) [pure virtual]
Remarks:
Sets the flip setting.
Parameters:
BOOL f

TRUE for on; FALSE for off.
virtual BOOL GetFlip ( ) [pure virtual]
Remarks:
Returns the state of the flip setting. TRUE if on; FALSE if off.
virtual void SetAxis ( int  a ) [pure virtual]
Remarks:
Sets the axis setting.
Parameters:
int a

One of the following values:

0: X axis.

1: Y axis.

2: Z axis.
virtual int GetAxis ( ) [pure virtual]
Remarks:
Returns the axis setting.
Returns:
One of the following values:

0: X axis.

1: Y axis.

2: Z axis.