9 lines
152 B
Ada
9 lines
152 B
Ada
with
|
|
any_Math.any_Geometry.any_d2.any_Hexagon;
|
|
|
|
|
|
package float_math.Geometry.d2.Hexagon
|
|
is
|
|
new float_Math.Geometry.any_d2.any_Hexagon
|
|
with Pure;
|