Re: [Origami] crease pattern data structure

2016-02-13 Thread Robert Lang
Thus spake "Robby" on 2/13/16 2:29 PM: >Hello all, > >a problem I'm trying to solve: what data structure to use to represent an >origami crease pattern in code > >Graph - where I initially landed, but I can't seem to find a kind of graph >that depends on the vertices having a location in space, a

[Origami] Sighting, that I heard this morning (FWD for yahoo/sbc user)

2016-02-13 Thread Anne LaVin
[Note from your list admin: I am forwarding this for Yahoo/SBC user < kskn...@sbcglobal.net>, please reply to the list or to the original author, not to me.] Toward the end of the article, "The nymph that comes out of the egg is about three times the size of the egg itself," says Howorth. "It's j

[Origami] crease pattern data structure

2016-02-13 Thread Robby
Hello all, a problem I'm trying to solve: what data structure to use to represent an origami crease pattern in code Graph - where I initially landed, but I can't seem to find a kind of graph that depends on the vertices having a location in space, and my graph class is quickly growing into a mons