source: molecuilder/src/Space.cpp@ cb2b9a

Last change on this file since cb2b9a was 0e9394, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Added a class Space to represent general subspaces of R3 (planes and lines)

  • Property mode set to 100644
File size: 137 bytes
Line 
1/*
2 * Space.cpp
3 *
4 * Created on: Apr 30, 2010
5 * Author: crueger
6 */
7
8#include "Space.hpp"
9
10Space::Space()
11{}
12
13Space::~Space()
14{}
Note: See TracBrowser for help on using the repository browser.