프로퍼티 | 타입 | 설명 | |
---|---|---|---|
X | float | ||
Y | float | ||
Z | float | ||
Zero |
메소드 | 설명 | |
---|---|---|
Angle ( |
||
Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double | ||
Center ( |
||
Center ( IList |
||
DepthPointEx ( |
||
DepthPointEx ( float x, float y, float z ) : System | ||
Distance ( |
||
Distance ( double x1, double y1, double x2, double y2 ) : double | ||
FindIndexOfNearestPoint ( |
||
FindNearestPoint ( |
public static Angle ( |
||
center | ||
start | ||
end | ||
리턴 | double |
public static Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double | ||
centerX | float | |
centerY | float | |
startX | float | |
startY | float | |
endX | float | |
endY | float | |
리턴 | double |
public static Center ( |
||
p1 | ||
p2 | ||
리턴 |
public static Center ( IList |
||
points | IList |
|
리턴 |
public DepthPointEx ( |
||
point | ||
리턴 | System |
public DepthPointEx ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
리턴 | System |
public static Distance ( |
||
p1 | ||
p2 | ||
리턴 | double |
public static Distance ( double x1, double y1, double x2, double y2 ) : double | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
리턴 | double |
public static FindIndexOfNearestPoint ( |
||
target | ||
points | IList |
|
리턴 | int |
public static FindNearestPoint ( |
||
target | ||
points | IEnumerable |
|
리턴 |