EkaSe / Graphics

1 stars 0 forks source link

Basic Graphics: Geometry primitives #3

Open acrm opened 7 years ago

acrm commented 7 years ago

Create methods for drawing a point with arbitrary coordinates, horizontal, vertical and diagonal line, rectangle, try to figure out how to draw non-orthogonal figures: triangle, circle, line with arbitrary incline, polygon and Bézier curve .

acrm commented 7 years ago

Looks like you just jump to smart solution with Canvas, skipping painful way of drawing complex figures without buffering. Okay :)

EkaSe commented 7 years ago

@acrm Funny thing is that I haven't referred to your next issue when doing this ;) Canvas was just natural way to implement this

acrm commented 7 years ago

Well, good for you) It`s great that you see this natural way by yourself)

acrm commented 7 years ago

Before closing this issue I want to see drawing of rectangle and circle.