C# Class DZAIO_Reborn.Helpers.Positioning.DZAIOGeometry

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

Méthodes publiques

Méthode Description
ClipPolygons ( List polygons ) : System.Collections.Generic.List>
GetEnemyPoints ( bool dynamic = true ) : List
GetFirstWallPoint ( System.Vector3 start, System.Vector3 end ) : System.Vector3
GetWallLength ( System.Vector3 start, System.Vector3 end ) : float
IsOverWall ( System.Vector3 start, System.Vector3 end ) : bool
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>

GetEnemyPoints() public static méthode

public static GetEnemyPoints ( bool dynamic = true ) : List
dynamic bool
Résultat List

GetFirstWallPoint() public static méthode

public static GetFirstWallPoint ( System.Vector3 start, System.Vector3 end ) : System.Vector3
start System.Vector3
end System.Vector3
Résultat System.Vector3

GetWallLength() public static méthode

public static GetWallLength ( System.Vector3 start, System.Vector3 end ) : float
start System.Vector3
end System.Vector3
Résultat float

IsOverWall() public static méthode

public static IsOverWall ( System.Vector3 start, System.Vector3 end ) : bool
start System.Vector3
end System.Vector3
Résultat bool

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