Log In
morevna
/
lab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
4dc49c
perspective: Perspective class
Authored and Committed by
bw
4 years ago
raw
patch
tree
parent
17 files changed.
1230 lines added
.
61 lines removed
.
c++/perspective/src/SConstruct
file modified
+1
-0
c++/perspective/src/common.h
file modified
+30
-0
c++/perspective/src/generator.cpp
file modified
+4
-4
c++/perspective/src/generator.h
file modified
+1
-1
c++/perspective/src/mainwindow.cpp
file modified
+339
-37
c++/perspective/src/mainwindow.h
file modified
+26
-6
c++/perspective/src/matrix.cpp
file modified
+36
-0
c++/perspective/src/matrix.h
file modified
+83
-0
c++/perspective/src/perspective.cpp
file added
+374
c++/perspective/src/perspective.h
file added
+71
c++/perspective/src/perspectivesandboxview.cpp
file modified
+110
-0
c++/perspective/src/perspectivesandboxview.h
file modified
+6
-0
c++/perspective/src/surface.cpp
file modified
+92
-2
c++/perspective/src/surface.h
file modified
+10
-5
c++/perspective/src/vector.h
file modified
+36
-4
c++/perspective/src/view.cpp
file modified
+9
-1
c++/perspective/src/view.h
file modified
+2
-1
perspective: Perspective class
c++/perspective/src/SConstruct
file modified
+1
-0
c++/perspective/src/common.h
file modified
+30
-0
c++/perspective/src/generator.cpp
file modified
+4
-4
c++/perspective/src/generator.h
file modified
+1
-1
c++/perspective/src/mainwindow.cpp
file modified
+339
-37
c++/perspective/src/mainwindow.h
file modified
+26
-6
c++/perspective/src/matrix.cpp
file modified
+36
-0
c++/perspective/src/matrix.h
file modified
+83
-0
c++/perspective/src/perspective.cpp
file added
+374
c++/perspective/src/perspective.h
file added
+71
c++/perspective/src/perspectivesandboxview.cpp
file modified
+110
-0
c++/perspective/src/perspectivesandboxview.h
file modified
+6
-0
c++/perspective/src/surface.cpp
file modified
+92
-2
c++/perspective/src/surface.h
file modified
+10
-5
c++/perspective/src/vector.h
file modified
+36
-4
c++/perspective/src/view.cpp
file modified
+9
-1
c++/perspective/src/view.h
file modified
+2
-1