My Project
|
Go to the source code of this file.
Functions | |
void | render (Fig3D a) |
Function to render a 3d figure. More... | |
void | render2D (Fig3D &object3D, QPainter &painter, int plane) |
Function to render 2d views generated from 3d object. More... | |
void | renderAxes (Fig3D &object3D, QPainter &painter, int plane, double scale_factor) |
Function to display axes on the labels for reference. More... | |
void render | ( | Fig3D | a | ) |
Function to render a 3d figure.
Methods for rendering 3D object and diplaying 2D views (will use OpenGL and GTK libraries)
void render2D | ( | Fig3D & | object3D, |
QPainter & | painter, | ||
int | plane | ||
) |
Function to render 2d views generated from 3d object.
void renderAxes | ( | Fig3D & | object3D, |
QPainter & | painter, | ||
int | plane, | ||
double | scale_factor | ||
) |
Function to display axes on the labels for reference.