AbstractPath

Undocumented in source.

Constructors

this
this(AbstractPath!V base)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
curveTo
void curveTo(AbstractVec2!T control, AbstractVec2!T point)
Undocumented in source. Be warned that the author may not have intended to support it.
curveTo
void curveTo(AbstractVec2!T control1, AbstractVec2!T control2, AbstractVec2!T point)
Undocumented in source. Be warned that the author may not have intended to support it.
flatten
AbstractPath!T flatten()
Undocumented in source. Be warned that the author may not have intended to support it.
lineTo
void lineTo(AbstractVec2!T point)
Undocumented in source. Be warned that the author may not have intended to support it.
moveTo
void moveTo(AbstractVec2!T point)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(const(AbstractPath!T) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
stroke
AbstractPath!T stroke(T distanceOutward, T distanceInward)
Undocumented in source. Be warned that the author may not have intended to support it.
stroke
AbstractPath!T stroke(double width)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

rectangle
AbstractPath!T rectangle(AbstractVec2!T position, AbstractVec2!T size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

commands
immutable(PathCommand)[] commands;
Undocumented in source.
values
immutable(AbstractVec2!T)[] values;
Undocumented in source.

Meta