Transform.SetTranslation
Transform.SetTranslation method
Sets the translation of current transform.
public Transform SetTranslation(double tx, double ty, double tz)
Parameter | Type | Description |
---|---|---|
tx | Double | |
ty | Double | |
tz | Double |
Examples
Node node = new Node();
node.Transform.SetTranslation(10, 0, 0);
See Also
- class Transform
- namespace Aspose.ThreeD
- assembly Aspose.3D