GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
vector/diglib/box.c File Reference
#include <stdlib.h>
#include <grass/vector.h>
Include dependency graph for vector/diglib/box.c:

Go to the source code of this file.

Functions

int dig_line_box (const struct line_pnts *Points, struct bound_box *Box)
 
int dig_box_copy (struct bound_box *A, struct bound_box *B)
 
int dig_box_extend (struct bound_box *A, struct bound_box *B)
 

Function Documentation

◆ dig_box_copy()

int dig_box_copy ( struct bound_box A,
struct bound_box B 
)

Definition at line 64 of file vector/diglib/box.c.

◆ dig_box_extend()

int dig_box_extend ( struct bound_box A,
struct bound_box B 
)

Definition at line 81 of file vector/diglib/box.c.

◆ dig_line_box()

int dig_line_box ( const struct line_pnts Points,
struct bound_box Box 
)

Definition at line 24 of file vector/diglib/box.c.

Referenced by Vect_build_line_area().