voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
TrisectResult
voxelman
storage
volume
Undocumented in source.
struct
TrisectResult {
Volume
[]
aVolumes
;
Volume
intersection
;
Volume
[]
bVolumes
;
import
std
.
algorithm
:
map
,
joiner
;
;
import
std
.
algorithm
:
map
,
joiner
;
;
auto
aPositions
();
auto
bPositions
();
}
Members
Functions
aPositions
auto
aPositions
()
Undocumented in source. Be warned that the author may not have intended to support it.
bPositions
auto
bPositions
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
aVolumes
Volume
[]
aVolumes
;
Undocumented in source.
bVolumes
Volume
[]
bVolumes
;
Undocumented in source.
intersection
Volume
intersection
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
storage
volume
functions
calcVolume
rangeIntersection
trisect
trisectAxis
structs
AxisRange
TrisectAxisResult
TrisectResult
Volume