public class Dodge extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected javax.vecmath.Vector3d |
Direction
Relative vector, will be normalized.
|
| Constructor and Description |
|---|
Dodge()
Creates new instance of command Dodge.
|
Dodge(Dodge original)
Cloning constructor.
|
Dodge(javax.vecmath.Vector3d Direction)
Creates new instance of command Dodge.
|
| Modifier and Type | Method and Description |
|---|---|
javax.vecmath.Vector3d |
getDirection()
Relative vector, will be normalized.
|
Dodge |
setDirection(javax.vecmath.Vector3d Direction)
Relative vector, will be normalized.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected javax.vecmath.Vector3d Direction
public Dodge(javax.vecmath.Vector3d Direction)
Direction - Relative vector, will be normalized. The direction of the
dodge will be added to current bot rotation.public Dodge()
public Dodge(Dodge original)
public javax.vecmath.Vector3d getDirection()
public Dodge setDirection(javax.vecmath.Vector3d Direction)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.