Classes | |
| union | Point |
| The smjg.libs.sdwf.geometry.Point union represents a point in two dimensions defined by integer coordinates. More... | |
| union | Vector |
| The smjg.libs.sdwf.geometry.Vector union represents a vector in two dimensions defined by integer coordinates. More... | |
| union | Rect |
| The smjg.libs.sdwf.geometry.Rect union represents a rectangle defined by integer coordinates. More... | |
Typedefs | |
| typedef Vector | RectDim |
| The Vector is also typically used as width/height dimensions of rectangular entities, hence the close relation to SIZE. | |
The smjg.libs.sdwf.geometry module contains data types to represent geometrical entities: points, vectors and rectangles.
The Vector is also typically used as width/height dimensions of rectangular entities, hence the close relation to SIZE.
1.5.4