Thunderbots Project
Loading...
Searching...
No Matches
furthest_point.h
1#pragma once
2
3#include "software/geom/point.h"
4#include "software/geom/rectangle.h"
5
12Point furthestPoint(const Rectangle& a, const Point& b);
Definition point.h:14
Definition rectangle.h:10