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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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(Vector3) Sets the X, Y and Z values of this TranslateTransform.
Public methodSetTranslate(Single, Single, Single) Sets the X, Y and Z values of this TranslateTransform.
Public methodToString
(Overrides ObjectToString)
Protected methodUpdateMatrix Updates the Matrix4x4 that defines this transformation and is set to Value property.
Top
See Also