|
NHP_Wrist_Center_Out 1.1.1
Compiled `c` application run on Jetson Nano 2, which renders uses `XLib11` libraries to render the white cursor and targets on a black background, moving the cursor and showing or hiding targets as a function of received UDP messages.
|
Represents a circle with coordinates, radius, and render flag. More...
#include <task_render.h>
Data Fields | |
| uint16_t | x |
| uint16_t | y |
| uint16_t | radius |
| int | render: 1 |
| int | x |
| int | y |
| int | radius |
Represents a circle with coordinates, radius, and render flag.
| uint16_t Circle::radius |
| int Circle::radius |
The radius of the circle
| int Circle::render |
Flag indicating whether to render the circle
| uint16_t Circle::x |
| int Circle::x |
The x-coordinate of the circle's center
| uint16_t Circle::y |
| int Circle::y |
The y-coordinate of the circle's center