給定兩個CGPoints一條線,可以說,P1和P2,我想: 發現,連接它們 發現沿着這條線所有CGPoints行 有什麼建議嗎? 至於現在,我得到了下面的方法來獲得各點: 1)我首先從定義爲 線方程以下幾點入手: y = m * x + b
2)找到m: m = (P2.y - P1.y)/(P2.x - P2.x)
然後,找到b,我們將記住qu該行的通貨膨脹,我們可以將此任何我們有兩個點
計算用戶輸入n的代數表達式Z.使用2個循環來解決問題。 到目前爲止我的代碼: using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace ConsoleApplication1
{
class