Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
8a4bf35b
Commit
8a4bf35b
authored
Feb 17, 2015
by
Tomasz Włostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
math: added OPT_BOX2 type
parent
c87b1365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
box2.h
include/math/box2.h
+3
-0
No files found.
include/math/box2.h
View file @
8a4bf35b
...
...
@@ -30,6 +30,7 @@
#include <math/vector2d.h>
#include <limits>
#include <boost/optional.hpp>
/**
* Class BOX2
...
...
@@ -467,6 +468,8 @@ public:
typedef
BOX2
<
VECTOR2I
>
BOX2I
;
typedef
BOX2
<
VECTOR2D
>
BOX2D
;
typedef
boost
::
optional
<
BOX2I
>
OPT_BOX2I
;
// FIXME should be removed to avoid multiple typedefs for the same type
typedef
BOX2D
DBOX
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment