Transform.CreateRotationAtPoint
Method
Description:
Creates a transform that represents a rotation about the given axis at the specified point.
Creates a transform that represents a rotation about the given axis at the specified point.
Parameters
| Parameter | Type | Description |
|---|---|---|
| axis | XYZ | The rotation axis. |
| angle | Double | The angle. |
| origin | XYZ | The origin point. |
Return Value
| Type | Description |
|---|---|
| Transform | The new transform. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given value for angle is not finite |
| ArgumentNullException | A non-optional argument was NULL |
| ArgumentOutOfRangeException | axis has zero length. |