C# 클래스 Dwarrowdelf.LerpLine

파일 보기 프로젝트 열기: tomba/dwarrowdelf 1 사용 예제들

공개 메소드들

메소드 설명
PlotLine ( IntVector2 p0, IntVector2 p1 ) : IEnumerable

Line using linear interpolation

PlotLine3 ( IntVector3 p0, IntVector3 p1 ) : IEnumerable

Line using linear interpolation

메소드 상세

PlotLine() 공개 정적인 메소드

Line using linear interpolation
public static PlotLine ( IntVector2 p0, IntVector2 p1 ) : IEnumerable
p0 IntVector2
p1 IntVector2
리턴 IEnumerable

PlotLine3() 공개 정적인 메소드

Line using linear interpolation
public static PlotLine3 ( IntVector3 p0, IntVector3 p1 ) : IEnumerable
p0 IntVector3
p1 IntVector3
리턴 IEnumerable