edu.wpi.first.wpilibj.image
Class EllipseMatch

java.lang.Object
  extended by edu.wpi.first.wpilibj.image.EllipseMatch

public class EllipseMatch
extends java.lang.Object


Field Summary
 double m_majorRadius
           
 double m_minorRadius
           
 double m_rotation
           
 double m_score
           
 double m_xPos
           
 double m_yPos
           
 
Method Summary
protected static EllipseMatch[] getMatchesFromMemory(int address, int number)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_xPos

public double m_xPos

m_yPos

public double m_yPos

m_rotation

public double m_rotation

m_majorRadius

public double m_majorRadius

m_minorRadius

public double m_minorRadius

m_score

public double m_score
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMatchesFromMemory

protected static EllipseMatch[] getMatchesFromMemory(int address,
                                                     int number)