Closed GoogleCodeExporter closed 8 years ago
I will take this under advisement. Most likely will be optional constructor
parameters.
Original comment by jwopitz
on 22 Apr 2009 at 10:33
added initialization parameters to constructors for most IIsoDisplay classes.
Current as of revision #240 in trunk.
Original comment by jwopitz
on 27 May 2009 at 9:07
if (!descriptor)
{
width = DEFAULT_WIDTH;
length = DEFAULT_LENGTH;
height = DEFAULT_HEIGHT;
}
So I _must_ specify all three if I use a descriptor?
That's not very flexible
Original comment by hello.ja...@gmail.com
on 27 May 2009 at 9:28
Original issue reported on code.google.com by
hello.ja...@gmail.com
on 22 Apr 2009 at 5:09