Impl 4.2.1
This commit is contained in:
parent
c9a04efdfa
commit
3b7628dd9c
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ Box Triangle::ComputeBounds() const
|
||||||
{
|
{
|
||||||
/* Task 3.2.2 */
|
/* Task 3.2.2 */
|
||||||
Box b;
|
Box b;
|
||||||
|
b.Insert(v0);
|
||||||
|
b.Insert(v1);
|
||||||
|
b.Insert(v2);
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue