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: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Transformations.TranslateTransform"]

See Also