Draws the degrees-sign when its called.
const degreesSign = new DrawgDegrees(); const outputDegreesSign = degreesSign.returnOutput();
The Drawsegment method is the method which takes care of printing the digit
Returns a string[]
Is the top segment of the array.
Is the middle segment of the array.
Is the bottom segment of the array.
Generated using TypeDoc
Draws the degrees-sign when its called.
const degreesSign = new DrawgDegrees(); const outputDegreesSign = degreesSign.returnOutput();