voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
TrisectResult
voxelman
geometry
box
Undocumented in source.
struct
TrisectResult {
Box
[]
aBoxes
;
Box
intersection
;
Box
[]
bBoxes
;
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
aBoxes
Box
[]
aBoxes
;
Undocumented in source.
bBoxes
Box
[]
bBoxes
;
Undocumented in source.
intersection
Box
intersection
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
geometry
box
functions
boxFromCorners
boxIntersection
calcCommonBox
max
min
trisect
trisectAxis
trisectIntersecting
structs
AxisRange
Box
TrisectAxisResult
TrisectResult