C# 클래스 Lissandra_the_Ice_Goddess.Evade.Geometry

파일 보기 프로젝트 열기: blacky/LeagueSharp

공개 메소드들

메소드 설명
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