FxEngine  0.0.1
3d engine for fx9860G calculators
Data Fields
render_triangle Struct Reference

Triangle struct used to render fonctions. More...

#include <triangle.h>

Data Fields

render_integer_positions1
 
render_integer_positions2
 
render_integer_positions3
 
render_rich_bitmap * texture
 
bool part
 
bool clockwised
 

Detailed Description

Triangle struct used to render fonctions.

Parameters
[out]partchoose the used texture half
[out]clockwisedchoose the visible side of the face
[out]s1,s2,s3three points
[out]textureused texture

Definition at line 19 of file triangle.h.

Field Documentation

◆ clockwised

bool clockwised

Definition at line 28 of file triangle.h.

◆ part

bool part

Definition at line 27 of file triangle.h.

◆ s1

Definition at line 21 of file triangle.h.

◆ s2

Definition at line 22 of file triangle.h.

◆ s3

Definition at line 23 of file triangle.h.

◆ texture

render_rich_bitmap* texture

Definition at line 25 of file triangle.h.


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