Rotate command

旋转命令

实现

构造函数

属性

访问器

方法

构造函数

属性

angle: number

Rotation angle in radians.

旋转角度,以弧度计。

pivotX: number

(Optional) Horizontal axis point coordinates.

(可选)水平方向轴心点坐标。

pivotY: number

(Optional) Vertical axis point coordinates.

(可选)垂直方向轴心点坐标。

ID: string = "Rotate"

Identifier for the RotateCmd

旋转命令的标识符

访问器

方法

  • 参数

    • angle: number

      Rotation angle in radians

    • pivotX: number

      Horizontal axis point coordinates.

    • pivotY: number

      Vertical axis point coordinates.

    返回 RotateCmd

    RotateCmd instance

    Create a RotateCmd instance

    创建一个旋转命令实例