프로퍼티 | 타입 | 설명 | |
---|---|---|---|
P | Point2 | ||
S | double | ||
T | double |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
PointResult ( Point2 p, double s, double t ) : System |
Constructs a new point intersection result.
|
public PointResult ( Point2 p, double s, double t ) : System | ||
p | Point2 | The intersection location. |
s | double | The ratio along the first segment. |
t | double | The ratio along the second segment. |
리턴 | System |