Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
|
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 | |
graphics - grid/empty space drawing functions
This file is part of Gem-graph.
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
graphics_stack_id | |
offset_vertex | |
x | |
y | |
z |
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.
int graphics_draw_space_ridges_lines | ( | const int | stack_id | ) |
phantom documentation used to test the functioning of doxygen
draw_space_ridges_lines
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.