Euphoria
eu::core::BufferPoint2 Struct Reference

#include <bufferbuilder2d.h>

Public Member Functions

 BufferPoint2 (float x, float y, float u, float v)
 
 BufferPoint2 (const vec2f &p, const vec2f &u)
 

Public Attributes

const vec2f pos
 
const vec2f uv
 

Detailed Description

Definition at line 11 of file bufferbuilder2d.h.

Constructor & Destructor Documentation

◆ BufferPoint2() [1/2]

eu::core::BufferPoint2::BufferPoint2 ( float  x,
float  y,
float  u,
float  v 
)

Definition at line 10 of file bufferbuilder2d.cc.

◆ BufferPoint2() [2/2]

eu::core::BufferPoint2::BufferPoint2 ( const vec2f p,
const vec2f u 
)

Definition at line 17 of file bufferbuilder2d.cc.

Member Data Documentation

◆ pos

const vec2f eu::core::BufferPoint2::pos

Definition at line 13 of file bufferbuilder2d.h.

◆ uv

const vec2f eu::core::BufferPoint2::uv

Definition at line 14 of file bufferbuilder2d.h.


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