Thunderbots Project
Loading...
Searching...
No Matches
step_along_perimeter.h
1
#pragma once
2
3
#include "software/geom/point.h"
4
#include "software/geom/polygon.h"
5
6
26
Point
stepAlongPerimeter(
const
Polygon
& polygon,
const
Point
& start,
27
double
travel_distance);
Point
Definition
point.h:14
Polygon
Definition
polygon.h:12
src
software
geom
algorithms
step_along_perimeter.h
Generated by
1.9.8