C# Class DZLib.EvadeIntegration.Geometry.Rectangle

Show file Open project: DZ191/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 property

public Vector2,System Direction
return System.Vector2

Perpendicular public property

public Vector2,System Perpendicular
return System.Vector2

REnd public property

public Vector2,System REnd
return System.Vector2

RStart public property

public Vector2,System RStart
return System.Vector2

Width public property

public float Width
return float