C# Класс Lissandra_the_Ice_Goddess.Evade.Geometry

Показать файл Открыть проект

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

Метод Описание
ClipPolygons ( List polygons ) : List>
PositionAfter ( this self, int t, int speed, int delay ) : System.Vector2

Returns the position on the path after t milliseconds at speed speed.

SwitchYZ ( this v ) : System.Vector3
ToPolygon ( this v ) : Polygon
ToPolygons ( this polygonList ) : List

Описание методов

ClipPolygons() публичный статический Метод

public static ClipPolygons ( List polygons ) : List>
polygons List
Результат List>

PositionAfter() публичный статический Метод

Returns the position on the path after t milliseconds at speed speed.
public static PositionAfter ( this self, int t, int speed, int delay ) : System.Vector2
self this
t int
speed int
delay int
Результат System.Vector2

SwitchYZ() публичный статический Метод

public static SwitchYZ ( this v ) : System.Vector3
v this
Результат System.Vector3

ToPolygon() публичный статический Метод

public static ToPolygon ( this v ) : Polygon
v this
Результат Polygon

ToPolygons() публичный статический Метод

public static ToPolygons ( this polygonList ) : List
polygonList this
Результат List