[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] Point.big?
- To: <sc-dev@xxxxxxxxxxxxxxxx>
- Subject: [sc-dev] Point.big?
- From: Marije Baalman <nescivi@xxxxxxxxx>
- Date: Tue, 15 Oct 2013 11:31:49 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:organization:mime-version :content-type:content-transfer-encoding; bh=w+BzvKabw4be3UMKZu7ofRfxhdE0G988V1GtnRD9QpM=; b=phQGJTSBVRZHsV693EG3esQN46zdejFeadpas8pJ0VIV2Zqu189tlwW9oViiyCuM00 cghjdD152/keTNNc7+DB+qmNoDywhh4zWOXmu+ZZOQRm92S7h/EVCnSQSCZPhgQSqPXU WTujNdP5XNt6ZDtq6l9+mbyIM4Trt1twOYazi7UIYpy7XGI7xaP4c5mP4ORFLqVpJkJx ktWlUcZRvr4D8xf7DZ0LmIPz+lRCN6kp/h97NBmNytAHwwcSeJKGgpU1x/2J5n7CxgZS 8To0LW/xNZXbTqQDrf3rI7MOwuVbGDGl8btewDugCPuncRi/ojjBvJDyrZfJti4AZt0u VC5Q==
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- Organization: nescivi
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
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/