ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Point definition. More...
#include <cordic.h>
Data Fields | |
double | x |
double | y |
double | z |
double point::x |
Definition at line 39 of file cordic.h.
Referenced by PerspectiveProjection(), rotate(), scale_point(), shift_point(), wire2fp(), and wire_draw().
double point::y |
Definition at line 40 of file cordic.h.
Referenced by PerspectiveProjection(), rotate(), scale_point(), shift_point(), wire2fp(), and wire_draw().
double point::z |
Definition at line 41 of file cordic.h.
Referenced by PerspectiveProjection(), rotate(), scale_point(), shift_point(), wire2fp(), and wire_draw().