Region

rectangle region of space

Constructors

this
this(Region!(N, K) e)
this
this(E ext)

Members

Aliases

ptype
alias ptype = CoordVector!(N, T)
rtype
alias rtype = VolumeVector!(N, T)
selftype
alias selftype = Region!(N, T)

Functions

expand
auto expand(E pnt)
expand
auto expand(Region!(N, E) reg)
opBinaryRight
bool opBinaryRight(Vector!(N, E, AS) p)
opBinaryRight
bool opBinaryRight(E p)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(Region!(N, E) p)
overlap
auto overlap(Region!(N, E) reg)

logic and

overlapLocal
auto overlapLocal(Region!(N, E) reg)

Properties

lim
ptype lim [@property getter]
lim
ptype lim [@property setter]
pos
ptype pos [@property getter]
pos
ptype pos [@property getter]
size
ptype size [@property getter]
size
ptype size [@property getter]

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta