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
6namespace cgv {
7namespace render {
8
11 box2 rectangle;
12 vec4 texcoords;
13};
14
15} // namespace render
16} // namespace cgv
the cgv namespace
Definition print.h:11
This type provides a simple helper class to store rectangles with texture coordinates.