YAGE  v0.1.1
Yet Another Game Engine
yage::UV Struct Reference

#include <vertex.h>

Public Member Functions

 UV ()=default
 
 UV (float u_, float v_)
 

Public Attributes

float u
 
float v
 

Constructor & Destructor Documentation

◆ UV() [1/2]

yage::UV::UV ( )
default

◆ UV() [2/2]

yage::UV::UV ( float  u_,
float  v_ 
)
inline

Member Data Documentation

◆ u

float yage::UV::u

◆ v

float yage::UV::v

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