APM:Libraries
Functions
polygon.h File Reference
#include "vector2.h"
Include dependency graph for polygon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
bool Polygon_outside (const Vector2< T > &P, const Vector2< T > *V, unsigned n)
 
template<typename T >
bool Polygon_complete (const Vector2< T > *V, unsigned n)
 

Function Documentation

◆ Polygon_complete()

template<typename T >
bool Polygon_complete ( const Vector2< T > *  V,
unsigned  n 
)

Definition at line 86 of file polygon.cpp.

Referenced by AC_PolyFence_loader::boundary_valid(), and setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Polygon_outside()

template<typename T >
bool Polygon_outside ( const Vector2< T > &  P,
const Vector2< T > *  V,
unsigned  n 
)

Definition at line 38 of file polygon.cpp.

Referenced by AC_PolyFence_loader::boundary_breached(), AC_PolyFence_loader::boundary_valid(), and setup().

Here is the caller graph for this function: