rectangle-height
Generic function
Summary
Returns height of the rectangle.
Signature
rectangle-height rectangle => height
Arguments
- rectangle
- An instance of type
<rectangle>.
Values
- height
- An instance of type
<real>.
Library
duim-extended-geometry
Module
duim-extended-geometry
Description
Returns the height of the rectangle, which is the difference between the maximum y and its minimum y.
See also
<rectangle>, page 103
rectangle?, page 104
rectangle-edges, page 105
rectangle-max-point, page 107
rectangle-max-position, page 108
rectangle-min-point, page 109
rectangle-min-position, page 110
rectangle-size, page 111
rectangle-width, page 112