Thunderbots Project
Loading...
Searching...
No Matches
collinear.h
1
#pragma once
2
3
#include "software/geom/geom_constants.h"
4
#include "software/geom/point.h"
5
#include "software/geom/segment.h"
6
14
bool
collinear(
const
Point
&a,
const
Point
&b,
const
Point
&c);
15
28
bool
collinear(
const
Segment
&segment1,
const
Segment
&segment2);
Point
Definition
point.h:14
Segment
Definition
segment.h:7
src
software
geom
algorithms
collinear.h
Generated by
1.9.8