public class Landed extends GBEvent implements IWorldEvent, IWorldChangeEvent
| Modifier and Type | Field and Description |
|---|---|
protected javax.vecmath.Vector3d |
HitNormal
Normal of the plane we have landed on.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
Landed()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
Landed(Landed original)
Cloning constructor.
|
Landed(javax.vecmath.Vector3d HitNormal)
Creates new instance of command Landed.
|
| Modifier and Type | Method and Description |
|---|---|
javax.vecmath.Vector3d |
getHitNormal()
Normal of the plane we have landed on.
|
long |
getSimTime() |
String |
toHtmlString() |
String |
toString() |
getWorldEventtoJsonLiteralpublic static final String PROTOTYPE
protected javax.vecmath.Vector3d HitNormal
public Landed(javax.vecmath.Vector3d HitNormal)
HitNormal - Normal of the plane we have landed on.public Landed(Landed original)
public Landed()
public javax.vecmath.Vector3d getHitNormal()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.