Starshatter_Open
Open source Starshatter engine
Main Page
Classes
Files
File List
File Members
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
26
CreatePolyCommand::CreatePolyCommand
(
MagicDoc
* d)
27
:
Command
(n, d)
28
{
29
}
30
31
CreatePolyCommand::~CreatePolyCommand
()
32
{
33
}
34
35
// +----------------------------------------------------------------------+
36
37
void
38
CreatePolyCommand::Do
()
39
{
40
if
(
document
) {
41
}
42
}
43
44
// +----------------------------------------------------------------------+
45
46
void
47
EditCommand::Undo
()
48
{
49
if
(
document
) {
50
}
51
}
52
Magic2
Primitives.cpp
Generated on Tue Jun 5 2012 20:46:16 for Starshatter_Open by
1.8.1