C# Class SharpFE.Geometry.UnboundedLine

Inheritance: GeometricVector
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode Description
IsOnLine ( CartesianPoint pointToCheck ) : bool
PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : BoundedLine

Calculates the perpendicular line from this line to the given point

UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System

Method Details

IsOnLine() public méthode

public IsOnLine ( CartesianPoint pointToCheck ) : bool
pointToCheck CartesianPoint
Résultat bool

PerpendicularLineTo() public méthode

Calculates the perpendicular line from this line to the given point
public PerpendicularLineTo ( CartesianPoint pointNotOnLine ) : BoundedLine
pointNotOnLine CartesianPoint
Résultat BoundedLine

UnboundedLine() public méthode

public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System
vectorOfLine GeometricVector
pointOnLine CartesianPoint
Résultat System