#ifndef MODELADO_H
#define MODELADO_H


float dameX(float R, int N, int n);
float dameZ(float R, int N, int n);
void anillo(float R, float y, int N);
float fCilindro(float y);
void cilindroAlambre(int N);
void formaAlambre(float H, int N, float(*f)(float y));


#endif

