Add cg::frustum default constructor
This commit is contained in:
parent
90d5917ef4
commit
79b9a8dd76
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ namespace psemek::cg
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct frustum<T, 3>
|
struct frustum<T, 3>
|
||||||
{
|
{
|
||||||
|
frustum() = default;
|
||||||
frustum(geom::matrix<T, 4, 4> const & m);
|
frustum(geom::matrix<T, 4, 4> const & m);
|
||||||
|
|
||||||
std::array<geom::point<T, 3>, 8> vertices;
|
std::array<geom::point<T, 3>, 8> vertices;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue