voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
AxisRange
voxelman
storage
volume
Undocumented in source.
struct
AxisRange {
int
start
;
int
end
;
bool
isIntersection
;
int
length
();
}
Members
Functions
length
int
length
()
Undocumented in source.
Variables
end
int
end
;
Undocumented in source.
isIntersection
bool
isIntersection
;
Undocumented in source.
start
int
start
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
storage
volume
functions
calcVolume
rangeIntersection
trisect
trisectAxis
structs
AxisRange
TrisectAxisResult
TrisectResult
Volume