C# 클래스 Methods.LineSweepPoint.LineSegment

A 2d line segment (stripped to only include used methods).
파일 보기 프로젝트 열기: Strilanc/Methods 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Delta Vector
Start Point

공개 메소드들

메소드 설명
LerpAcross ( double proportion ) : Point
LineSegment ( Point start, Point end )

메소드 상세

LerpAcross() 공개 메소드

public LerpAcross ( double proportion ) : Point
proportion double
리턴 Point

LineSegment() 공개 메소드

public LineSegment ( Point start, Point end )
start Point
end Point

프로퍼티 상세

Delta 공개적으로 프로퍼티

public Vector,Methods.LineSweepPoint Delta
리턴 Vector

Start 공개적으로 프로퍼티

public Point,Methods.LineSweepPoint Start
리턴 Point