Miscellaneous fixes

This commit is contained in:
jrheinlaender
2013-05-23 20:19:59 +04:30
committed by Stefan Tröger
parent 6eb6f73e52
commit e16b398cbc
5 changed files with 12 additions and 8 deletions

View File

@@ -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;