ScaleRotateTranslate.Translation Property |
Language: |
Retrieves or sets a Vector3 structure.
Visual Basic .NET Public Property Translation As Vector3 C# public Vector3 Translation { get; set; } Managed C++ public: __property Vector3 get_Translation();
public: __property void set_Translation(Vector3);JScript .NET public function get Translation() : Vector3
public function set Translation(Vector3);
Microsoft.DirectX.Vector3 . A Vector3 structure that contains values used for translation operations.
This property is read/write.
Feedback? Please provide us with your comments on this topic.