Thunderbots Project
Loading...
Searching...
No Matches
shot.h
1
#pragma once
2
3
#include "software/geom/point.h"
4
5
class
Shot
6
{
7
public
:
8
Shot
() =
delete
;
9
18
explicit
Shot
(
Point
point,
Angle
angle);
19
25
const
Point
&
getPointToShootAt
()
const
;
26
34
const
Angle
&
getOpenAngle
()
const
;
35
36
private
:
41
Point
point;
42
61
Angle
angle;
62
};
Angle
Definition
angle.h:15
Point
Definition
point.h:14
Shot
Definition
shot.h:6
Shot::getOpenAngle
const Angle & getOpenAngle() const
Definition
shot.cpp:10
Shot::getPointToShootAt
const Point & getPointToShootAt() const
Definition
shot.cpp:5
src
software
ai
evaluation
shot.h
Generated by
1.9.8