voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
AxisRange
voxelman
math
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
math
box
functions
boxFromCorners
boxIntersection
calcCommonBox
max
min
trisect
trisectAxis
trisectIntersecting
structs
AxisRange
Box
TrisectAxisResult
TrisectResult