mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
Geom: Fixed VecLine::Clip
git-svn-id: svn://ultimatepp.org/upp/trunk@14123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7ae41e6b40
commit
287c6c4505
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ public:
|
|||
|
||||
Pointf Intersect(VecLine another) const;
|
||||
VecLine& SetClip(const Rectf& rect);
|
||||
VecLine Clip(const Rectf& rect) const { return VecLine(*this).Clip(rect); }
|
||||
VecLine Clip(const Rectf& rect) const { return VecLine(*this).SetClip(rect); }
|
||||
|
||||
double Distance(Pointf point, double *arg = NULL) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue