Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CalcItemRectClosestPoint
Method · 0.80
Init
Method · 0.80
BOOST_FOREACH
Function · 0.80
IndexOctree
Method · 0.80
Build
Method · 0.80
Calls
1
Vector
Class · 0.70
Tested by
no test coverage detected