Property | Type | Description | |
---|---|---|---|
GLAreaList | ArrayList | ||
alphaValue | float | ||
quat | |||
scale | double[] | ||
selected | bool | ||
shapeID | int | ||
translation | double[] |
Method | Description | |
---|---|---|
Draw ( ) : bool | ||
GetEulerRotation ( ) : EulerRotation | ||
GetQuaternion ( ) : Quaternion | ||
GetTransformationMatrix ( ) : TransformationMatrix | ||
Init ( ) : void | ||
ResetRotation ( ) : void | ||
ResetRotation ( bool doUpdate ) : void | ||
Rotate ( GtkGL q ) : void | ||
Scale ( double factor ) : void | ||
Scale ( double xFactor, double yFactor, double zFactor ) : void | ||
Translate ( double x, double y, double z ) : void | ||
Translate ( float x, float y, float z ) : void |
Method | Description | |
---|---|---|
DrawObject ( ) : void |
public GetTransformationMatrix ( ) : TransformationMatrix | ||
return | TransformationMatrix |
public ResetRotation ( bool doUpdate ) : void | ||
doUpdate | bool | |
return | void |
public Scale ( double xFactor, double yFactor, double zFactor ) : void | ||
xFactor | double | |
yFactor | double | |
zFactor | double | |
return | void |
public Translate ( double x, double y, double z ) : void | ||
x | double | |
y | double | |
z | double | |
return | void |
public Translate ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |