C# Class Lissandra_the_Ice_Goddess.Evade.Geometry.Rectangle

Mostrar archivo Open project: blacky/LeagueSharp Class Usage Examples

Public Properties

Property Type Description
Direction System.Vector2
Perpendicular System.Vector2
REnd System.Vector2
RStart System.Vector2
Width float

Public Methods

Method Description
Rectangle ( System.Vector2 start, System.Vector2 end, float width ) : System
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon

Method Details

Rectangle() public method

public Rectangle ( System.Vector2 start, System.Vector2 end, float width ) : System
start System.Vector2
end System.Vector2
width float
return System

ToPolygon() public method

public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon
offset int
overrideWidth float
return Polygon

Property Details

Direction public_oe property

public Vector2,System Direction
return System.Vector2

Perpendicular public_oe property

public Vector2,System Perpendicular
return System.Vector2

REnd public_oe property

public Vector2,System REnd
return System.Vector2

RStart public_oe property

public Vector2,System RStart
return System.Vector2

Width public_oe property

public float Width
return float