domTranslate Class Reference
#include <domTranslate.h>
Inheritance diagram for domTranslate:
Detailed Description
The translate element contains a mathematical vector that represents the distance along the X, Y and Z-axes.Translations change the position of objects in a coordinate system without any rotation. Computer graphics techniques apply a translation transformation in order to position or, move values with respect to a coordinate system. Conversely, translation means to move the origin of the local coordinate system. The translate element contains a list of three floating-point values. These values are organized into a column vector suitable for a matrix composition.
Public Member Functions | |
xsNCName | getSid () const |
Gets the sid attribute. | |
void | setSid (xsNCName atSid) |
Sets the sid attribute. | |
domFloat3 & | getValue () |
Gets the _value array. | |
const domFloat3 & | getValue () const |
Gets the _value array. | |
void | setValue (const domFloat3 &val) |
Sets the _value array. | |
Static Public Member Functions | |
static daeElementRef | create (daeInt bytes) |
Creates an instance of this class and returns a daeElementRef referencing it. | |
static daeMetaElement * | registerElement () |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. | |
Static Public Attributes | |
static daeMetaElement * | _Meta = NULL |
The daeMetaElement that describes this element in the meta object reflection framework. | |
Protected Member Functions | |
domTranslate () | |
Constructor. | |
virtual | ~domTranslate () |
Destructor. | |
domTranslate (const domTranslate &cpy) | |
Copy Constructor. | |
virtual domTranslate & | operator= (const domTranslate &cpy) |
Overloaded assignment operator. | |
Protected Attributes | |
xsNCName | attrSid |
The sid attribute is a text string value containing the sub-identifier of this element. | |
domFloat3 | _value |
The domFloat3 value of the text data of this element. |
Member Function Documentation
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
Gets the sid attribute.
|
|
Gets the _value array.
|
|
Gets the _value array.
|
|
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
|
|
Sets the sid attribute.
|
|
Sets the _value array.
|
Member Data Documentation
|
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domTranslate.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domTranslate.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:50:23 2006 for COLLADA 1.4 DOM by 1.4.3