![]()  | 
This class is DEPRECATED, and will be removed in some future CGAL release. Please use CGAL::cpp0x::array instead.
#include <CGAL/Sixtuple.h>
| 
         | 
         | 
    
        |
| 
         | 
         | first element | 
| 
         | 
         | second element | 
| 
         | 
         | third element | 
| 
         | 
         | fourth element | 
| 
         | 
         | fifth element | 
| 
         | 
         | sixth element | 
| 
         | |
| 
    introduces a Sixtuple<T> using the default
    constructor of the elements.
 
  | |
| 
         | |
| 
    constructs a
    Sixtuple<T> such that e0 is constructed from x, e1 from
    y, e2 from z, e3 from t, e4 from
    u and e5 from v.
 
  | |