C# Class Dwarrowdelf.LerpLine

Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
PlotLine ( IntVector2 p0, IntVector2 p1 ) : IEnumerable

Line using linear interpolation

PlotLine3 ( IntVector3 p0, IntVector3 p1 ) : IEnumerable

Line using linear interpolation

Method Details

PlotLine() public static method

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

PlotLine3() public static method

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