File: geometry2d.cpp

package info (click to toggle)
core%2B%2B 1.7-12
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,356 kB
  • ctags: 11,885
  • sloc: cpp: 26,527; ansic: 10,005; makefile: 2,661; sh: 1,473
file content (20 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

// file: geometry3d.cc
//       sources for 3d geometry primitives
//
// author: Shubin Zhao (shubinz@cs.nyu.edu)
// CORE Library version 1.4
// $Id: geometry2d.cpp,v 1.6 2003/10/07 04:25:24 exact Exp $

#ifndef CORE_LEVEL 
#define CORE_LEVEL 3
#endif

#include <CORE/CORE.h>
#include <CORE/geometry2d.h>

#include "geom2d/point2d.cpp"
#include "geom2d/line2d.cpp"
#include "geom2d/segment2d.cpp"
#include "geom2d/circle2d.cpp"