Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
Loading...
Searching...
No Matches
Functions
grid.c File Reference

graphics - grid/empty space drawing functions More...

#include "../../include/graphics.h"

Functions

int graphics_draw_space_ridges_vertex (const int stack_id, long offset_vertex, long x, long y, long z)
 phantom documentation used to test the functioning of doxygen
 
int graphics_draw_space_ridges_lines (const int stack_id)
 phantom documentation used to test the functioning of doxygen
 
long graphics_draw_grids_on_space_faces_vertex (const int stack_id, long x, long y, long z)
 phantom documentation used to test the functioning of doxygen
 
long graphics_draw_grids_on_space_faces_lines (const int stack_id, long offset_vertex, long x, long y, long z)
 phantom documentation used to test the functioning of doxygen
 

Detailed Description

graphics - grid/empty space drawing functions

This file is part of Gem-graph.

Function Documentation

◆ graphics_draw_grids_on_space_faces_lines()

long graphics_draw_grids_on_space_faces_lines ( const int  graphics_stack_id,
long  offset_vertex,
long  x,
long  y,
long  z 
)

phantom documentation used to test the functioning of doxygen

Parameters
graphics_stack_id
offset_vertex
x
y
z
Returns
l

◆ graphics_draw_grids_on_space_faces_vertex()

long graphics_draw_grids_on_space_faces_vertex ( const int  stack_id,
long  x,
long  y,
long  z 
)

phantom documentation used to test the functioning of doxygen

Writes grid lines on space faces.

◆ graphics_draw_space_ridges_lines()

int graphics_draw_space_ridges_lines ( const int  stack_id)

phantom documentation used to test the functioning of doxygen

draw_space_ridges_lines

◆ graphics_draw_space_ridges_vertex()

int graphics_draw_space_ridges_vertex ( const int  stack_id,
long  offset_vertex,
long  x,
long  y,
long  z 
)

phantom documentation used to test the functioning of doxygen

Writes grid ridges to vertex and color buffers.