C# 클래스 SharpFE.Geometry.BoundedLine

A line which is bounded by a start and end point
상속: UnboundedLine
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
BoundedLine ( CartesianPoint startOfLine, CartesianPoint endOfLine ) : System
BoundedLine ( CartesianPoint startOfLine, GeometricVector vectorOfLineFromStartToEnd ) : System
IsOnLine ( CartesianPoint pointToCheck ) : bool

메소드 상세

BoundedLine() 공개 메소드

public BoundedLine ( CartesianPoint startOfLine, CartesianPoint endOfLine ) : System
startOfLine CartesianPoint
endOfLine CartesianPoint
리턴 System

BoundedLine() 공개 메소드

public BoundedLine ( CartesianPoint startOfLine, GeometricVector vectorOfLineFromStartToEnd ) : System
startOfLine CartesianPoint
vectorOfLineFromStartToEnd GeometricVector
리턴 System

IsOnLine() 공개 메소드

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