Transform.CreateTranslation
Method
Description:
Creates a transform that represents a translation via the specified vector.
Creates a transform that represents a translation via the specified vector.
Parameters
| Parameter | Type | Description |
|---|---|---|
| vector | XYZ | The translation vector. |
Return Value
| Type | Description |
|---|---|
| Transform | The new transform. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was NULL |