jAER project on SourceForge

net.sf.jaer.event
Class OrientationEvent.UnitVector

java.lang.Object
  extended by net.sf.jaer.event.OrientationEvent.UnitVector
Enclosing class:
OrientationEvent

public static final class OrientationEvent.UnitVector
extends java.lang.Object

represents a unit orientation. The x and y fields represent relative offsets in the x and y directions by these amounts.


Field Summary
 float x
           
 float y
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

jAER project on SourceForge