GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#include "path.h"
Go to the source code of this file.
Data Structures | |
struct | plane |
struct | clip |
struct | rectangle |
Functions | |
void | D__set_clip_planes (struct clip *, const struct rectangle *) |
void | D__cull_path (struct path *, const struct path *, const struct clip *) |
void | D__clip_path (struct path *, const struct path *, const struct clip *) |
Definition at line 109 of file clip.c.
References rectangle::bot, plane::k, rectangle::left, rectangle::rite, clip::top, rectangle::top, plane::x, and plane::y.