+ fix a bug in the Axis class
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5336 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
791aca3c2c
commit
f79cc9e021
|
@ -75,6 +75,7 @@ bool Axis::operator !=(const Axis& that) const
|
|||
Axis& Axis::operator *=(const Placement &p)
|
||||
{
|
||||
p.multVec(this->_base, this->_base);
|
||||
p.getRotation().multVec(this->_dir, this->_dir);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user