Category:Wren-polygon: Difference between revisions

Content added Content deleted
(Created page for 'Wren-polygon' module.)
 
(Changed blurb following addition of two new classes.)
Line 1: Line 1:
{{library}}
{{library}}
'''Wren-polygon''' is a module which enables arbitrary polygons to be drawn and/or filled within a [https://rosettacode.org/wiki/Category:DOME DOME] script using the Wren programming language. It consists of a single class, Polygon.
'''Wren-polygon''' is a module which enables arbitrary polygons to be drawn and/or filled within a [https://rosettacode.org/wiki/Category:DOME DOME] script using the Wren programming language. It consists of three classes: Polygon, Rectangle and Square.


It is the twenty-second in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.
It is the twenty-second in a series of modules (listed on the language's [https://rosettacode.org/wiki/Category:Wren main page]) designed to assist with writing Rosetta Code tasks so the same code does not have to be written or copy/pasted time and time again thereby bloating a task's script code unnecessarily.