#include <Angle.h>
Inheritance diagram for CSLAngle:

Public Types |
|
| enum | EAngleType { SI_DEGREES, SI_RADIANS } |
| Angle units. More... |
|
Public Member Functions |
|
| CSLAngle (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| Constructor. |
|
| EAngleType | GetAngleType () |
| void | SetAngleType (EAngleType in_Type) |
| ETemplateType | Type () |
| enum EAngleType |
| CSLAngle | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor.
| in_pScene | Pointer to the scene containing the CSLAngle | |
| in_pModel | Pointer to the model containing the CSLAngle | |
| in_pTemplate | Pointer to the CdotXSITemplate defining the CSLAngle |
| EAngleType GetAngleType | ( | ) |
Gets the angle type
| void SetAngleType | ( | EAngleType | in_Type | ) |
Sets the angle type
| in_Type | The angle type |
| ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
| CSLTemplate::SI_ANGLE |
Implements CSLTemplate.