C# Класс Dwarrowdelf.LerpLine

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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