Difference between revisions of "Render Part C Assignment"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==BezierCurve, Chord, Ellipse, EquilateralTriangle, Image, Text== | ==BezierCurve, Chord, Ellipse, EquilateralTriangle, Image, Text== | ||
− | Imagine what it would be like to define calculate_local_bounds for | + | Imagine what it would be like to define <code>calculate_local_bounds</code> for each of these classes. |
==CompositeTransform== | ==CompositeTransform== |
Revision as of 04:45, 17 July 2019
In this studio we will evolve our code from Render_Part_B_Assignment to add new methods and a new class.
Continue editing files in the render/assignment directory.
Contents
Code to Implement
Transform
move
calculate_bounds
Rectangle
calculate_local_bounds
BezierCurve, Chord, Ellipse, EquilateralTriangle, Image, Text
Imagine what it would be like to define calculate_local_bounds
for each of these classes.