C# 클래스 SharpFE.Geometry.UnboundedLine

상속: GeometricVector
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

IsOnLine() 공개 메소드

public IsOnLine ( CartesianPoint pointToCheck ) : bool
pointToCheck CartesianPoint
리턴 bool

PerpendicularLineTo() 공개 메소드

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

UnboundedLine() 공개 메소드

public UnboundedLine ( GeometricVector vectorOfLine, CartesianPoint pointOnLine ) : System
vectorOfLine GeometricVector
pointOnLine CartesianPoint
리턴 System