Свойство | Type | Description | |
---|---|---|---|
P | Point2 | ||
S | double | ||
T | double |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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. |
Résultat | System |