Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
poly_utils.cpp File Reference
#include <poly_utils.h>

Go to the source code of this file.

Functions

static int distance (int a, int b, int n)
 
static bool is_edge (int a, int b, int n)
 
static bool is_diagonal (int a, int b, int n)
 

Function Documentation

◆ distance()

static int distance ( int  a,
int  b,
int  n 
)
static

Definition at line 210 of file poly_utils.cpp.

◆ is_diagonal()

static bool is_diagonal ( int  a,
int  b,
int  n 
)
static

Definition at line 221 of file poly_utils.cpp.

◆ is_edge()

static bool is_edge ( int  a,
int  b,
int  n 
)
static

Definition at line 216 of file poly_utils.cpp.