ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/Vector3d.hpp
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/Vector3d.hpp (file contents):
Revision 1427 by tim, Wed Jul 28 18:42:59 2004 UTC vs.
Revision 1443 by tim, Fri Jul 30 14:44:10 2004 UTC

# Line 236 | Line 236 | class Vector3d{
236      }
237  
238    public:
239    //using anonymous union and struct to support double[3]
240    union{
241      struct{
242        double x;
243        double y;
244        double z;
245      };
239  
240 <      double vec[3];
241 <    };
240 >    double x;
241 >    double y;
242 >    double z;
243   };
244  
245      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines