Panda3D
panda
src
linmath
lvector2.h
1
// Filename: lvector2.h
2
// Created by: drose (08Mar00)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
#ifndef LVECTOR2_H
16
#define LVECTOR2_H
17
18
#include "pandabase.h"
19
#include "cmath.h"
20
#include "config_linmath.h"
21
#include "lvecBase2.h"
22
23
#include "fltnames.h"
24
#include "lvector2_src.h"
25
26
#include "dblnames.h"
27
#include "lvector2_src.h"
28
29
#include "intnames.h"
30
#include "lvector2_src.h"
31
32
#endif
Generated on Wed May 17 2017 23:43:22 for Panda3D by
1.8.13