Свойство | Тип | Описание | |
---|---|---|---|
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 |