Struct Point3fRGBA

Struct Documentation

struct Point3fRGBA

Point3fRGBA structure

x,y,z coordinates and RGB color values that define a 3D point with color.

Public Functions

Point3fRGBA() = default
inline Point3fRGBA(float x, float y, float z, uint8_t r, uint8_t g, uint8_t b, uint8_t a = 255)

Public Members

float x = 0
float y = 0
float z = 0
uint8_t r = 0
uint8_t g = 0
uint8_t b = 0
uint8_t a = 255