- 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.