Method | Description | |
---|---|---|
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 | |
return | bool |
public PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : |
||
pointNotOnLine | CartesianPoint | |
return |
public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System | ||
vectorOfLine | GeometricVector | |
pointOnLine | CartesianPoint | |
return | System |