Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Primitives.cpp
Go to the documentation of this file.
1 /* Project MAGIC
2  John DiCamillo Software Consulting
3  Copyright © 1994-1997. All Rights Reserved.
4 
5  SUBSYSTEM: Magic.exe Application
6  FILE: Primitives.cpp
7  AUTHOR: John DiCamillo
8 
9 
10  OVERVIEW
11  ========
12  Commands for adding basic geometric primitives to a mesh
13 */
14 
15 
16 #include "stdafx.h"
17 #include "Primitives.h"
18 #include "MagicDoc.h"
19 #include "ModelView.h"
20 #include "Selection.h"
21 
22 // +----------------------------------------------------------------------+
23 // +----------------------------------------------------------------------+
24 // +----------------------------------------------------------------------+
25 
27  : Command(n, d)
28 {
29 }
30 
32 {
33 }
34 
35 // +----------------------------------------------------------------------+
36 
37 void
39 {
40  if (document) {
41  }
42 }
43 
44 // +----------------------------------------------------------------------+
45 
46 void
48 {
49  if (document) {
50  }
51 }
52