Shape

Undocumented in source.

Constructors

this
this(Point!T point)
Undocumented in source.
this
this(Rect!T rect)
Undocumented in source.
this
this(Circle!T circle)
Undocumented in source.

Members

Functions

opDispatch
auto opDispatch(T args)

Dispatches operations common to all shapes.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

kind
ShapeKind kind;

Wrapped shape.

Meta