Class LIDAR.Point

java.lang.Object
me.autobot.code.mechanisms.LIDAR.Point
Enclosing class:
LIDAR

public class LIDAR.Point extends Object
LIDAR Point structure.
  • Constructor Details

    • Point

      public Point(float distance, float angle, float intensity)
      Creates a new LIDAR Point structure.
      Parameters:
      distance - The distance of the point.
      angle - The angle of the point.
      intensity - The intensity of the point.