sel-utils ~master (2018-02-05T12:12:47Z)
Dub
Repo
BoundingBox
sul
blocks
Undocumented in source.
struct
BoundingBox {
bool
exists
;
Point
min
;
Point
max
;
this
(Point min, Point max);
}
Constructors
this
this
(Point min, Point max)
Undocumented in source.
Alias This
exists
Members
Variables
exists
bool
exists
;
max
Point
max
;
Undocumented in source.
min
Point
min
;
Undocumented in source.
Meta
Source
See Implementation
sul
blocks
enums
Blocks
structs
Block
BlockData
BoundingBox
Point