voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
AxisRange
voxelman
geometry
box
Undocumented in source.
struct
AxisRange {
int
start
;
int
end
;
bool
isIntersection
;
int
length
();
}
Members
Functions
length
int
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
end
int
end
;
Undocumented in source.
isIntersection
bool
isIntersection
;
Undocumented in source.
start
int
start
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
geometry
box
functions
boxFromCorners
boxIntersection
calcCommonBox
max
min
trisect
trisectAxis
trisectIntersecting
structs
AxisRange
Box
TrisectAxisResult
TrisectResult