Chains

Useful for assembling a multi-vertex line from 2-point segments

Alias This

chains

Members

Aliases

Chain
alias Chain = DList!T
Undocumented in source.

Functions

extend
void extend(T[] newChain)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chains
Chain[] chains;
Undocumented in source.

Meta