File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ SOURCES += \
4141 quantiles.cpp \
4242 state.cpp \
4343 uncertain/quncertain.cpp \
44- uncertain/uncertain.cpp \
4544 uncertain/upoint.cpp \
4645 uncertain/usegment.cpp \
4746 uncertain/ustraightline.cpp
@@ -82,7 +81,6 @@ HEADERS += \
8281 uncertain/quncertain.h \
8382 uncertain/udistance.h \
8483 uncertain/uelement.h \
85- uncertain/uncertain.h \
8684 uncertain/upoint.h \
8785 uncertain/usegment.h \
8886 uncertain/ustraightline.h \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1919
2020#include " matfun.h"
2121#include " udistance.h"
22- #include " uncertain.h"
2322#include " upoint.h"
2423#include " usegment.h"
2524#include " ustraightline.h"
@@ -39,11 +38,12 @@ using Eigen::Vector3d;
3938using Eigen::VectorXd;
4039using Eigen::Vector;
4140
42- using Matfun::sign;
43-
4441
4542namespace Uncertain {
4643
44+ using Geometry::skew;
45+ using Matfun::sign;
46+
4747// ! Get uncertain endpoint x=S(l)*m in homogeneous coordinates
4848uPoint uStraightLineSegment::ux () const
4949{
You can’t perform that action at this time.
0 commit comments