TinyGPU
Loading...
Searching...
No Matches
Public Attributes | List of all members
WireFrame3D< RGB_T >::ProjectedPoint Struct Reference

Represents a projected vertex on screen. More...

#include <WireFrame3D.h>

Public Attributes

int16_t x = 0
 
int16_t y = 0
 
float depth = 0.0f
 

Detailed Description

template<typename RGB_T = RGB565>
struct tinygpu::WireFrame3D< RGB_T >::ProjectedPoint

Represents a projected vertex on screen.

Member Data Documentation

◆ depth

float depth = 0.0f

◆ x

int16_t x = 0

◆ y

int16_t y = 0

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