Skip to content
Snippets Groups Projects
Commit 35a38079 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Javadoc.

parent 2ea9c1d2
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public class LineSensor {
/** Simple constructor.
* @param name name of the sensor
* @param positions pixels positions
* @param position sensor position
* @param los pixels lines-of-sight
* @param datationModel datation model
*/
......@@ -58,7 +58,7 @@ public class LineSensor {
this.name = name;
this.datationModel = datationModel;
this.position = position ;
this.position = position;
this.los = los;
// we consider the viewing directions as a point cloud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment