sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
Data Fields
sf2d_vertex_pos_tex Struct Reference

Represents a vertex containing position and texture coordinates. More...

#include <sf2d.h>

Data Fields

sf2d_vector_3f position
 
sf2d_vector_2f texcoord
 

Detailed Description

Represents a vertex containing position and texture coordinates.

Field Documentation

sf2d_vector_3f sf2d_vertex_pos_tex::position

Position of the vertex

sf2d_vector_2f sf2d_vertex_pos_tex::texcoord

Texture coordinates of the vertex


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