ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
point Struct Reference

Point definition. More...

#include <cordic.h>

Data Fields

double x
 
double y
 
double z
 

Detailed Description

Point definition.

Definition at line 37 of file cordic.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: