Euphoria
eu::core::MeshPoint Struct Reference

#include <mesh.h>

Public Member Functions

 MeshPoint (const vec3f &a_vertex, const vec3f &a_normal, const vec2f &a_uv)
 

Public Attributes

vec3f vertex
 
vec3f normal
 
vec2f uv
 

Detailed Description

Definition at line 31 of file mesh.h.

Constructor & Destructor Documentation

◆ MeshPoint()

eu::core::MeshPoint::MeshPoint ( const vec3f a_vertex,
const vec3f a_normal,
const vec2f a_uv 
)

Definition at line 25 of file mesh.cc.

Member Data Documentation

◆ normal

vec3f eu::core::MeshPoint::normal

Definition at line 34 of file mesh.h.

◆ uv

vec2f eu::core::MeshPoint::uv

Definition at line 35 of file mesh.h.

◆ vertex

vec3f eu::core::MeshPoint::vertex

Definition at line 33 of file mesh.h.


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