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.
Loading...
Searching...
No Matches
Circle Struct Reference

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
 

Detailed Description

Represents a circle with coordinates, radius, and render flag.

Field Documentation

◆ radius [1/2]

uint16_t Circle::radius

◆ radius [2/2]

int Circle::radius

The radius of the circle

◆ render

int Circle::render

Flag indicating whether to render the circle

◆ x [1/2]

uint16_t Circle::x

◆ x [2/2]

int Circle::x

The x-coordinate of the circle's center

◆ y [1/2]

uint16_t Circle::y

◆ y [2/2]

int Circle::y

The y-coordinate of the circle's center