A Sandcastle Documented Class Library
TranslationTransformation Class
NamespacesCollada.SceneTranslationTransformation
A Translation transformation for use in a collada scene graph
Declaration Syntax
C#Visual BasicVisual C++
public class TranslationTransformation : Transformation
Public Class TranslationTransformation _
	Inherits Transformation
public ref class TranslationTransformation : public Transformation
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
TranslationTransformation(XmlElement)
Creates a new TranslationTransformation object from XML

TranslationTransformation(Node, Single, Single, Single)
Creates a new TranslationTransformation object

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
mSid (Inherited from Transformation.)
mX
mXmlElement (Inherited from Transformation.)
mY
mZ
Preremove()()()
Prepares the xml to be saved to disk
(Inherited from Transformation.)
Sid
Collada SID
(Inherited from Transformation.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
X
The X Component of the translation

Y
The Y component of the translation

Z
The Z component of the translation

Inheritance Hierarchy
Object
Transformation
 TranslationTransformation

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)