Метод | Описание | |
---|---|---|
IsOnLine ( CartesianPoint pointToCheck ) : bool | ||
PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : |
Calculates the perpendicular line from this line to the given point
|
|
UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System |
public IsOnLine ( CartesianPoint pointToCheck ) : bool | ||
pointToCheck | CartesianPoint | |
Результат | bool |
public PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : |
||
pointNotOnLine | CartesianPoint | |
Результат |
public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System | ||
vectorOfLine | GeometricVector | |
pointOnLine | CartesianPoint | |
Результат | System |