GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
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 
)

◆ dig_box_extend()

int dig_box_extend ( struct bound_box A,
struct bound_box B 
)

◆ dig_line_box()