50 void transfor_directa_p (
float x,
float y,
Tsc *sistema,
Tpf *sol );
59 void transfor_directa_pt0(
float x,
float y,
68 void transfor_inversa_p (
float x,
float y,
Tsc *sistema,
Tpf *sol );
81 void composicion_sis(
Tsc *sis1,
Tsc *sis2,
Tsc *sisOut);
89 void inversion_sis(
Tsc *sisIn,
Tsc *sisOut);
101 void car2pol(
Tpf *in,
Tpfp *out);
109 void pol2car(
Tpfp *in,
Tpf *out);
121 int corte_segmentos (
float x1,
float y1,
float x2,
float y2,
122 float x3,
float y3,
float x4,
float y4,
127 float NormalizarPI(
float ang);