C# Class Lissandra_the_Ice_Goddess.Evade.Geometry

Mostrar archivo Open project: blacky/LeagueSharp

Public Methods

Method Description
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

Method Details

ClipPolygons() public static method

public static ClipPolygons ( List polygons ) : List>
polygons List
return List>

PositionAfter() public static method

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
return System.Vector2

SwitchYZ() public static method

public static SwitchYZ ( this v ) : System.Vector3
v this
return System.Vector3

ToPolygon() public static method

public static ToPolygon ( this v ) : Polygon
v this
return Polygon

ToPolygons() public static method

public static ToPolygons ( this polygonList ) : List
polygonList this
return List