GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Types | Public Member Functions | List of all members
gear::Vector2D_T< Float_T > Struct Template Reference

Specialization for 2D. More...

#include <Vectors.h>

Inheritance diagram for gear::Vector2D_T< Float_T >:
gear::VectorND_T< 2, Float_T >

Public Types

typedef VectorND_T< 2, Float_T > Base
 

Public Member Functions

 Vector2D_T (Float_T c0, Float_T c1)
 
- Public Member Functions inherited from gear::VectorND_T< 2, Float_T >
Float_T & operator[] (unsigned i)
 The i-th coordinate.
 
Float_T operator[] (unsigned i) const
 

Additional Inherited Members

- Protected Attributes inherited from gear::VectorND_T< 2, Float_T >
Float_T _c [N]
 

Detailed Description

template<typename Float_T = double>
struct gear::Vector2D_T< Float_T >

Specialization for 2D.

Definition at line 49 of file Vectors.h.


The documentation for this struct was generated from the following file: