Package me.autobot.code.mechanisms
Class LIDAR.Point
java.lang.Object
me.autobot.code.mechanisms.LIDAR.Point
- Enclosing class:
- LIDAR
LIDAR Point structure.
-
Constructor Summary
ConstructorsConstructorDescriptionPoint
(float distance, float angle, float intensity) Creates a new LIDAR Point structure. -
Method Summary
-
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.
-