Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-PolyLine
Commits
dc3128f3
Commit
dc3128f3
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Hidden overload fixed
parent
f36260db
Changes
2
Show whitespace changes
Inline
Side-by-side
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.cc
View file @
dc3128f3
...
@@ -269,7 +269,7 @@ ACG::Vec3d PolyLineCollectionObject::refinePick(ACG::SceneGraph::PickTarget _pic
...
@@ -269,7 +269,7 @@ ACG::Vec3d PolyLineCollectionObject::refinePick(ACG::SceneGraph::PickTarget _pic
const
ACG
::
Vec3d
_hitPoint
,
const
ACG
::
Vec3d
_hitPoint
,
const
ACG
::
Vec3d
_start
,
const
ACG
::
Vec3d
_start
,
const
ACG
::
Vec3d
_dir
,
const
ACG
::
Vec3d
_dir
,
const
size_
t
_targetIdx
)
const
unsigned
in
t
_targetIdx
)
{
{
return
_hitPoint
;
return
_hitPoint
;
}
}
...
...
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.hh
View file @
dc3128f3
...
@@ -190,7 +190,7 @@ class OBJECTTYPEDLLEXPORT PolyLineCollectionObject : public BaseObjectData {
...
@@ -190,7 +190,7 @@ class OBJECTTYPEDLLEXPORT PolyLineCollectionObject : public BaseObjectData {
const
ACG
::
Vec3d
_hitPoint
,
const
ACG
::
Vec3d
_hitPoint
,
const
ACG
::
Vec3d
_start
,
const
ACG
::
Vec3d
_start
,
const
ACG
::
Vec3d
_dir
,
const
ACG
::
Vec3d
_dir
,
const
size_
t
_targetIdx
);
const
unsigned
in
t
_targetIdx
);
/** @} */
/** @} */
...
...
Write
Preview
Supports
Markdown
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