jAER project on SourceForge

ch.unizh.ini.jaer.projects.robothead
Class Angle

java.lang.Object
  extended by ch.unizh.ini.jaer.projects.robothead.Angle

public class Angle
extends java.lang.Object

Author:
Administrator

Constructor Summary
Angle(int radius)
          Creates a new instance of Angle
 
Method Summary
 void dispAngle()
           
 int[] getAngArray()
           
 int getAngle(double del)
           
 double getDist()
           
 void setDist(double dist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Angle

public Angle(int radius)
Creates a new instance of Angle

Method Detail

getAngle

public int getAngle(double del)

dispAngle

public void dispAngle()

getAngArray

public int[] getAngArray()

setDist

public void setDist(double dist)

getDist

public double getDist()

jAER project on SourceForge