File : float_3d_vectors.ads
------------------------------------------------------------------------------
--
-- package Float_3D_Vectors (spec)
--
-- An instantiation of Generic_Rectangular_Vectors for three-dimensional
-- vectors using Float as the basic scalar type.
--
------------------------------------------------------------------------------
-- Update information:
--
-- 1998.03.23 (Jacob Sparre Andersen)
-- Written.
--
-- (Insert additional update information above this line.)
------------------------------------------------------------------------------
with Generic_Rectangular_Vectors;
package Float_3D_Vectors is
new Generic_Rectangular_Vectors (Scalar => Float,
Dimensions => 3);