Miscellaneous fixes
This commit is contained in:
committed by
Stefan Tröger
parent
75dc92fd90
commit
106efeec02
@@ -269,12 +269,12 @@ const std::set<QString> Line::getHint()
|
||||
return std::set<QString>();
|
||||
}
|
||||
|
||||
Base::Vector3d Line::getBasePoint()
|
||||
Base::Vector3d Line::getBasePoint() const
|
||||
{
|
||||
return Placement.getValue().getPosition();
|
||||
}
|
||||
|
||||
Base::Vector3d Line::getDirection()
|
||||
Base::Vector3d Line::getDirection() const
|
||||
{
|
||||
Base::Rotation rot = Placement.getValue().getRotation();
|
||||
Base::Vector3d dir;
|
||||
|
||||
Reference in New Issue
Block a user