MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / Expand

Method Expand

include/luxrays/core/geometry/bbox.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void Expand(const float delta) {
81 pMin -= Vector(delta, delta, delta);
82 pMax += Vector(delta, delta, delta);
83 }
84
85 float Volume() const {
86 Vector d = pMax - pMin;

Callers 5

InitMethod · 0.80
BOOST_FOREACHFunction · 0.80
IndexOctreeMethod · 0.80
BuildMethod · 0.80

Calls 1

VectorClass · 0.70

Tested by

no test coverage detected