mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
commit
49c38c2526
1 changed files with 2 additions and 1 deletions
|
|
@ -590,7 +590,8 @@ TEST(PointVector, Interval) {
|
|||
|
||||
p += v;
|
||||
p = (p - v);
|
||||
p = p + 4 * v;
|
||||
Vector3<Interval> scaled = Interval(4) * v;
|
||||
p = static_cast<Point3<Interval>>(p) + scaled;
|
||||
Interval d = Dot(v, v);
|
||||
d = DistanceSquared(p, q);
|
||||
d = Distance(p, q);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue