C# Class SharpFE.Geometry.BoundedLine

A line which is bounded by a start and end point
Inheritance: UnboundedLine
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode Description
BoundedLine ( CartesianPoint startOfLine, CartesianPoint endOfLine ) : System
BoundedLine ( CartesianPoint startOfLine, GeometricVector vectorOfLineFromStartToEnd ) : System
IsOnLine ( CartesianPoint pointToCheck ) : bool

Method Details

BoundedLine() public méthode

public BoundedLine ( CartesianPoint startOfLine, CartesianPoint endOfLine ) : System
startOfLine CartesianPoint
endOfLine CartesianPoint
Résultat System

BoundedLine() public méthode

public BoundedLine ( CartesianPoint startOfLine, GeometricVector vectorOfLineFromStartToEnd ) : System
startOfLine CartesianPoint
vectorOfLineFromStartToEnd GeometricVector
Résultat System

IsOnLine() public méthode

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