GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <math.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/display.h>
#include <grass/glocale.h>
#include "path.h"
#include "clip.h"
Go to the source code of this file.
Functions | |
void | D__set_clip_planes (struct clip *clip, const struct rectangle *rect) |
void | D__cull_path (struct path *dst, const struct path *src, const struct clip *clip) |
void | D__clip_path (struct path *dst, const struct path *src, const struct clip *clip) |
Definition at line 145 of file clip.c.
References path_init().
Definition at line 129 of file clip.c.
References path_init().
Definition at line 110 of file clip.c.
References rectangle::bot, plane::k, rectangle::left, rectangle::rite, clip::top, rectangle::top, plane::x, and plane::y.