Formatting fixes and fix qa_kimath following rebase
This commit is contained in:
parent
19620cebe7
commit
48823c0723
|
@ -301,8 +301,7 @@ static const std::vector<CIR_SEG_VECPT_CASE> construct_tan_tan_pt_cases = {
|
|||
{ { 0, 0 }, { 0, 1000 } },
|
||||
{ { 0, 0 }, { 1000, 0 } },
|
||||
{ 200, 100 },
|
||||
{ { 490, 490} , 490 }, // ammended to get the test to pass
|
||||
//{ { 500, 500} , 500 }, // result from LibreCAD 2.2.0-rc2
|
||||
{ { 500, 500} , 500 }, // result from LibreCAD 2.2.0-rc2
|
||||
},
|
||||
{
|
||||
"45 degree segs, point on seg",
|
||||
|
@ -316,8 +315,7 @@ static const std::vector<CIR_SEG_VECPT_CASE> construct_tan_tan_pt_cases = {
|
|||
{ { 0, 0 }, { 1000000, 0 } },
|
||||
{ { 0, 0 }, { 1000000, 1000000 } },
|
||||
{ 200000, 100000 },
|
||||
{ { 332434, 137698} , 137698 }, // ammended to get the test to pass
|
||||
//{ { 332439, 137701} , 137701 }, // result from LibreCAD 2.2.0-rc2
|
||||
{ { 332439, 137701} , 137701 }, // result from LibreCAD 2.2.0-rc2
|
||||
},
|
||||
{
|
||||
"135 degree segs, point on seg",
|
||||
|
|
Loading…
Reference in New Issue