Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
d224d4aa
Commit
d224d4aa
authored
Jan 01, 2020
by
Pierre Fernbach
Browse files
fix mistake in fwd.hh : used pointX instead of point3
parent
84f2eeba
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/curves/fwd.h
View file @
d224d4aa
...
@@ -62,7 +62,7 @@ typedef Eigen::Matrix<double, 3, 3> matrix3_t;
...
@@ -62,7 +62,7 @@ typedef Eigen::Matrix<double, 3, 3> matrix3_t;
typedef
Eigen
::
Matrix
<
double
,
4
,
4
>
matrix4_t
;
typedef
Eigen
::
Matrix
<
double
,
4
,
4
>
matrix4_t
;
typedef
Eigen
::
Quaternion
<
double
>
quaternion_t
;
typedef
Eigen
::
Quaternion
<
double
>
quaternion_t
;
typedef
Eigen
::
Transform
<
double
,
3
,
Eigen
::
Affine
>
transform_t
;
typedef
Eigen
::
Transform
<
double
,
3
,
Eigen
::
Affine
>
transform_t
;
typedef
std
::
vector
<
point
X
_t
,
Eigen
::
aligned_allocator
<
point3_t
>
>
t_point3_t
;
typedef
std
::
vector
<
point
3
_t
,
Eigen
::
aligned_allocator
<
point3_t
>
>
t_point3_t
;
typedef
std
::
vector
<
pointX_t
,
Eigen
::
aligned_allocator
<
pointX_t
>
>
t_pointX_t
;
typedef
std
::
vector
<
pointX_t
,
Eigen
::
aligned_allocator
<
pointX_t
>
>
t_pointX_t
;
// abstract curves types:
// abstract curves types:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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