[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] Point.big?



Hiho,

what is the point of the *big creation method of Point? This is a
class extension in the default library. It seems kind of arbitrary to
me.

sincerely,
Marije


+ Point {
	*big { arg x, y;
		^this.new(2*x, 10*y)
	}
}

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/