Hosted by
|
with Real_Numbers; use Real_Numbers;
with Real_Vectors; use Real_Vectors;
with Glyphs; use Glyphs;
package Transforms is
procedure Scale
(This : access Glyph;
Factor : in Real);
procedure Translate
(This : access Glyph;
Offset : in Vector);
end Transforms;
|