Method | Description | |
---|---|---|
Clear ( ) : |
今ひかれている線の削除。
|
|
Speed ( double speedDotPerSecond ) : |
速さの変更。
|
|
Turn ( double angle ) : |
方向転換。
|
|
Walk ( double distance ) : |
前進。
|
Method | Description | |
---|---|---|
Command ( CommandType type, double value ) |
|
public static Speed ( double speedDotPerSecond ) : |
||
speedDotPerSecond | double | 変更後の速さ[ドット/秒]。 |
return |
public static Turn ( double angle ) : |
||
angle | double | 方向転換する角度[度]。 |
return |
public static Walk ( double distance ) : |
||
distance | double | 前進する距離[ドット]。 |
return |