Ravelin
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
Ravelin
Vector2f.h
1
/****************************************************************************
2
* Copyright 2013 Evan Drumwright
3
* This library is distributed under the terms of the Apache V2.0
4
* License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5
****************************************************************************/
6
7
#ifndef _VECTOR2F_H
8
#define _VECTOR2F_H
9
10
#include <assert.h>
11
#include <cmath>
12
#include <iostream>
13
#include <limits>
14
#include <boost/shared_ptr.hpp>
15
#include <Ravelin/InvalidIndexException.h>
16
#include <Ravelin/ColumnIteratorf.h>
17
#include <Ravelin/RowIteratorf.h>
18
19
namespace
Ravelin {
20
21
#include "fdefs.h"
22
#include "Vector2.h"
23
#include "undefs.h"
24
25
}
// end namespace
26
27
#endif
28
Generated on Wed Mar 9 2016 11:34:02 for Ravelin by
1.8.6