C# Класс DZAIO_Reborn.Helpers.Positioning.DZAIOGeometry

Class that contains the geometry related methods.
Показать файл Открыть проект

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

Метод Описание
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

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

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

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

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

public static GetEnemyPoints ( bool dynamic = true ) : List
dynamic bool
Результат List

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

public static GetFirstWallPoint ( System.Vector3 start, System.Vector3 end ) : System.Vector3
start System.Vector3
end System.Vector3
Результат System.Vector3

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

public static GetWallLength ( System.Vector3 start, System.Vector3 end ) : float
start System.Vector3
end System.Vector3
Результат float

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

public static IsOverWall ( System.Vector3 start, System.Vector3 end ) : bool
start System.Vector3
end System.Vector3
Результат bool

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 v ) : List
v this
Результат List