#include <math.h>
#include "../nrrd.h"
Functions | |
float | quadFunc (float x, float y, float z, float A, float B, float off) |
int | main (int argc, char *argv[]) |
Variables | |
char * | quadInfo |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
float quadFunc | ( | float | x, | |
float | y, | |||
float | z, | |||
float | A, | |||
float | B, | |||
float | off | |||
) |
char* quadInfo |
Initial value:
("generates quadratic test volumes, with isosurfaces " "which should resemble z = A*x^2 + B*y^2")