Go to the source code of this file.
Functions |
| void | car2pol (Tpf *in, Tpfp *out) |
| void | composicion_sis (Tsc *sis1, Tsc *sis2, Tsc *sisOut) |
| int | corte_segmentos (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, Tpf *sol) |
| void | inversion_sis (Tsc *sisIn, Tsc *sisOut) |
| float | NormalizarPI (float ang) |
| void | pol2car (Tpfp *in, Tpf *out) |
| void | transfor_directa_p (float x, float y, Tsc *sistema, Tpf *sol) |
| void | transfor_directa_pt0 (float x, float y, Tsc *sistema, Tpf *sol) |
| void | transfor_inversa_p (float x, float y, Tsc *sistema, Tpf *sol) |
Function Documentation
| int corte_segmentos |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
float |
x3, |
|
|
float |
y3, |
|
|
float |
x4, |
|
|
float |
y4, |
|
|
Tpf * |
sol |
|
) |
| |