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