C# Class Canguro.Commands.Model.RotateCmd

Model Command to Move the selected Item's Joints around a given point and with a given angle.
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Moves the selected Item's Joints around a given point and with a given angle.

Method Details

Run() public method

Executes the command. Moves the selected Item's Joints around a given point and with a given angle.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void