#include <FCDTransform.h>
Inheritance diagram for FCDTScale:
Public Member Functions | |
FCDTScale (FCDocument *document, FCDSceneNode *parent) | |
Constructor: do not use directly. | |
virtual | ~FCDTScale () |
Destructor: do not use directly. | |
virtual Type | GetType () const |
Retrieves the transformation class type for the non-uniform scale. | |
FMVector3 & | GetScale () |
Retrieves the factors of the non-uniform scale. | |
const FMVector3 & | GetScale () const |
See above. | |
void | SetScale (const FMVector3 &_scale) |
Sets the factors of the non-uniform scale. | |
void | SetScale (float x, float y, float z) |
Sets the factors of the non-uniform scale. | |
virtual FMMatrix44 | ToMatrix () const |
Converts the non-uniform scale into a matrix. | |
virtual bool | IsAnimated () const |
Retrieves whether the factors of the non-uniform scale are animated. | |
virtual FCDAnimated * | GetAnimated () |
Retrieves the animated element for the non-uniform scale factors. | |
virtual FCDTransform * | Clone (FCDSceneNode *newParent) |
Creates a copy of the non-uniform scale. | |
virtual FUStatus | LoadFromXML (xmlNode *scaleNode) |
[INTERNAL] Reads in the non-uniform scale from a given COLLADA XML tree node. | |
virtual xmlNode * | WriteToXML (xmlNode *parentNode) const |
[INTERNAL] Writes out the non-uniform scale to the given COLLADA XML tree node. |
A non-uniform scale contains three scale factors.
|
Constructor: do not use directly. Instead, use the FCDSceneNode::AddTransform function with the SCALE transformation type.
|
|
Destructor: do not use directly. Instead, use the FCDSceneNode::ReleaseTransform function. |
|
Creates a copy of the non-uniform scale.
Implements FCDTransform. |
|
Retrieves the animated element for the non-uniform scale factors.
Implements FCDTransform. |
|
Retrieves the factors of the non-uniform scale. These factors may be animated.
|
|
Retrieves the transformation class type for the non-uniform scale.
Implements FCDTransform. |
|
Retrieves whether the factors of the non-uniform scale are animated.
Implements FCDTransform. |
|
[INTERNAL] Reads in the non-uniform scale from a given COLLADA XML tree node.
Implements FCDTransform. |
|
Sets the factors of the non-uniform scale.
|
|
Sets the factors of the non-uniform scale.
|
|
Converts the non-uniform scale into a matrix.
Implements FCDTransform. |
|
[INTERNAL] Writes out the non-uniform scale to the given COLLADA XML tree node.
Implements FCDTransform. |