C# Class SharpFE.Geometry.UnboundedLine

Inheritance: GeometricVector
ファイルを表示 Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method 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 method

public IsOnLine ( CartesianPoint pointToCheck ) : bool
pointToCheck CartesianPoint
return bool

PerpendicularLineTo() public method

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

UnboundedLine() public method

public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System
vectorOfLine GeometricVector
pointOnLine CartesianPoint
return System