Refactoring.
This commit is contained in:
parent
8877ce4630
commit
c4234b3050
|
@ -98,16 +98,16 @@ void VisToolPointFromArcAndTangent::FindRays(const QPointF &p, const VArc *arc)
|
||||||
const qreal radius = arc->GetRadius();
|
const qreal radius = arc->GetRadius();
|
||||||
const int res = VGObject::ContactPoints (p, center, radius, p1, p2);
|
const int res = VGObject::ContactPoints (p, center, radius, p1, p2);
|
||||||
|
|
||||||
|
switch(res)
|
||||||
|
{
|
||||||
|
case 2:
|
||||||
|
{
|
||||||
QLineF r1Arc(center, p1);
|
QLineF r1Arc(center, p1);
|
||||||
r1Arc.setLength(radius+10);
|
r1Arc.setLength(radius+10);
|
||||||
|
|
||||||
QLineF r2Arc(center, p2);
|
QLineF r2Arc(center, p2);
|
||||||
r2Arc.setLength(radius+10);
|
r2Arc.setLength(radius+10);
|
||||||
|
|
||||||
switch(res)
|
|
||||||
{
|
|
||||||
case 2:
|
|
||||||
{
|
|
||||||
int localRes = 0;
|
int localRes = 0;
|
||||||
bool flagP1 = false;
|
bool flagP1 = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user