#include "definitions.h"
#include "svertex.h"
#include <assert.h>
#include <stdlib.h>
Functions | |
SVertex * | createSVertex () |
SVertex * | createSVertex2 (double x, double y, double z) |
SVertex * | duplicateSVertex (SVertex *vtx) |
void | deleteSVertex (SVertex *vtx) |
SVertex* createSVertex | ( | ) |
SVertex* createSVertex2 | ( | double | x, | |
double | y, | |||
double | z | |||
) |
void deleteSVertex | ( | SVertex * | vtx | ) |