Represents the speed of the robot arm.
|
| ArmSpeed (double m1Speed, double m2Speed, double m3Speed, double m4Speed) |
| Creates a new ArmSpeed using the specified speed for each motor (in radians per second).
|
|
override string | ToString () |
| Returns a string description of this ArmSpeed object.
|
|
ArmSpeed | SetComponent (int componentIndex, double value) |
| Returns a new arm speed with the specified component (0 - 3) set to the given value (in radians per second).
|
|
double | GetComponent (int componentIndex) |
| Returns the value (in radians per second) of the speed component with the given index (0 - 3).
|
|