File : float_3d_vector_operations.ads


------------------------------------------------------------------------------
--
--  package Float_3D_Vector_Operations (spec)
--
--  An instantiation of Generic_3D_Vector_Operations.
--
------------------------------------------------------------------------------
--  Update information:
--
--  1998.06.26 (Jacob Sparre Andersen)
--    Written.
--
--  (Insert additional update information above this line.)
------------------------------------------------------------------------------
--  Other packages:

with Float_3D_Vectors;
with Generic_3D_Vector_Operations;

------------------------------------------------------------------------------

package Float_3D_Vector_Operations is new Generic_3D_Vector_Operations
  (Scalar  => Float,
   Vectors => Float_3D_Vectors);