21 #ifndef SPHERE_MODEL_H
22 #define SPHERE_MODEL_H
24 #include "VectorTypes.h"
71 static void getTriangleRepresentation(
const float radius,
const int numberOfSamples,
int* numberOfCoordinates,
float** coordinates);
static void getTriangleRepresentation(const float radius, const int numberOfSamples, int *numberOfCoordinates, float **coordinates)
Create triangular representation of a sphere.
static void getPointRepresentation(const float radius, const int numberOfSamples, int *numberOfCoordinates, float **coordinates)
Compute coordinates of points which make up a sphere.
Functions for generating sphere shapes.