Generated with
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
o1.world.objects.HasSize
A supertype for objects that have a size: a width and a height.
Attributes
-
Graph
-
-
Supertypes
-
-
Known subtypes
-
Members list
this object’s height: the distance from its top edge to its bottom edge
this object’s height: the distance from its top edge to its bottom edge
Attributes
this object’s width: the distance from its left edge to its right edge
this object’s width: the distance from its left edge to its right edge
Attributes
the location of this object’s center: the average point between its edges, expressed in coordinates relative to the object’s top left-hand corner
the location of this object’s center: the average point between its edges, expressed in coordinates relative to the object’s top left-hand corner
Attributes