GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_triangle_t Struct Reference

Triangle. More...

#include <gf_type/mesh.h>

Data Fields

gf_math_vector_t points [3]
 Triangle points.
 
gf_graphic_color_t color
 Triangle color.
 

Detailed Description

Triangle.

Definition at line 36 of file mesh.h.

Field Documentation

◆ color

gf_triangle_t::color

Triangle color.

Definition at line 36 of file mesh.h.

◆ points

gf_triangle_t::points

Triangle points.

Definition at line 36 of file mesh.h.


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