메소드 | 설명 | |
---|---|---|
Fit ( IList scan, int index1, int index2 ) : |
||
Fit ( IList scan, int from, int to, int index1, int index2, bool angleOnly = false ) : |
Estimates total least square angle.
|
메소드 | 설명 | |
---|---|---|
Mod ( int i, int m ) : int |
public static Fit ( IList scan, int index1, int index2 ) : |
||
scan | IList | |
index1 | int | |
index2 | int | |
리턴 |
public static Fit ( IList scan, int from, int to, int index1, int index2, bool angleOnly = false ) : |
||
scan | IList | Scan points. |
from | int | Estatimate starting from index (circular, can be negative). |
to | int | Estimate up to index (inclusive, circular, can be > points.Count). |
index1 | int | Point Index 1: 0 for x, 1 for y, 2 for z. |
index2 | int | Point Index 2: 0 for x, 1 for y, 2 for z. |
angleOnly | bool | |
리턴 |