cz.cuni.amis.pogamut.usar2004.samples.AirScanner
Class Record

Package class diagram package Record
java.lang.Object
  extended by cz.cuni.amis.pogamut.usar2004.samples.AirScanner.Record

public class Record
extends Object

Author:
vejmanm

Constructor Summary
Record()
           
Record(List<Double> ranges, Point2D position, double FOV)
           
 
Method Summary
 double getFOV()
           
 Point2D getPosition()
           
 List<Double> getRanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record(List<Double> ranges,
              Point2D position,
              double FOV)

Record

public Record()
Method Detail

getFOV

public double getFOV()

getPosition

public Point2D getPosition()

getRanges

public List<Double> getRanges()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.