Basic draw without projection
◆ SPI_DRAW_basic_draw_arc()
| void SPI_DRAW_basic_draw_arc |
( |
double * | p1, |
|
|
double * | p2, |
|
|
double * | pc ) |
Allows to draw an arc by 2 points and center.
- Parameters
-
| [in] | p1 | starting point (TR3) |
| [in] | p2 | ending point (TR3) |
| [in] | pc | center point (TR3) |
◆ SPI_DRAW_basic_draw_arc_3pts()
| void SPI_DRAW_basic_draw_arc_3pts |
( |
double * | p1, |
|
|
double * | p2, |
|
|
double * | pi ) |
Allows to draw a 3 points arc.
- Parameters
-
| [in] | p1 | starting point (TR3) |
| [in] | p2 | ending point (TR3) |
| [in] | pi | intermediate point (TR3) |
◆ SPI_DRAW_basic_draw_segment()
| void SPI_DRAW_basic_draw_segment |
( |
double * | p1, |
|
|
double * | p2 ) |
Allows to draw a segment.
- Parameters
-
| [in] | p1 | starting point (TR3) |
| [in] | p2 | ending point (TR3) |
◆ SPI_DRAW_basic_init()
| void SPI_DRAW_basic_init |
( |
int | delElt | ) |
|
Allows to initialize the parameters of plot.
- Parameters
-
| [in] | delElt | 1 to delete the element 0 otherwise |