Skip to content

vchen22/Shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program Description: The Shape class is a general blueprint of what properties a general shape should have. All classes under the Shape class also takes in the properties Shape has but will also have its own specific properties that differentiate itself from others and from Shape. Line8B has more specific properties such as having two points that will connect to draw a line. Circle8B has a center point where it will draw a circle from it with a given radius. Square takes in a set of coordinates that would be the upperLeft corner of the square and draw out the rest of the square using the given side length. Triangle takes in three points and connect the three points.

About

Drawing Shapes and Fibonacci Recursion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages