cgv
Loading...
Searching...
No Matches
textured_rectangle.h
1
#pragma once
2
3
#include <cgv/math/fvec.h>
4
#include <cgv/media/axis_aligned_box.h>
5
6
namespace
cgv
{
7
namespace
render {
8
10
struct
textured_rectangle
{
11
box2
rectangle;
12
vec4
texcoords;
13
};
14
15
}
// namespace render
16
}
// namespace cgv
cgv::math::fvec< float, 4 >
cgv::media::axis_aligned_box< float, 2 >
cgv
the cgv namespace
Definition
print.h:11
cgv::render::textured_rectangle
This type provides a simple helper class to store rectangles with texture coordinates.
Definition
textured_rectangle.h:10
cgv
render
textured_rectangle.h
Generated by
1.9.8