Method SetRotation
SetRotation(Point3D, double)
Sets the transformation as the rotation about a specified point with a specified angle.
Declaration
public void SetRotation(Point3D inCenter, double inAngle)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3D | inCenter | Rotation center. |
| double | inAngle | Rotation angle, in radians. |