C# Class Lissandra_the_Ice_Goddess.Utility.LissandraGeometry

Class that contains the geometry related methods.
Afficher le fichier Open project: blacky/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode Description
ClipPolygons ( List polygons ) : System.Collections.Generic.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 v ) : List

Method Details

ClipPolygons() public static méthode

public static ClipPolygons ( List polygons ) : System.Collections.Generic.List>
polygons List
Résultat System.Collections.Generic.List>

PositionAfter() public static méthode

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
Résultat System.Vector2

SwitchYZ() public static méthode

public static SwitchYZ ( this v ) : System.Vector3
v this
Résultat System.Vector3

ToPolygon() public static méthode

public static ToPolygon ( this v ) : Polygon
v this
Résultat Polygon

ToPolygons() public static méthode

public static ToPolygons ( this v ) : List
v this
Résultat List