Click or drag to resize
Ab4d.SharpEngine logo

TranslateTransform Class

ScaleTransform defines a translate transformation that moves the transformed objects for the specified offsets.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.TransformationsTransform
    Ab4d.SharpEngine.TransformationsTranslateTransform

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class TranslateTransform : Transform

The TranslateTransform type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyX Gets or sets a float that specified the translation in X direction.
Public propertyY Gets or sets a float that specified the translation in Y direction.
Public propertyZ Gets or sets a float that specified the translation in Z direction.
Top
Methods
 NameDescription
Public methodGetTranslateOffset Gets the translation as a Vector3.
Public methodSetTranslate 
Public methodToString
(Overrides ObjectToString)
Protected methodUpdateMatrix Updates the Matrix4x4 that defines this transformation and is set to Value property.
Top
See Also