C# Class Nocturne.Evade.Geometry.Polygon

Mostrar archivo Open project: xQxCPMxQx/LeagueSharp2 Class Usage Examples

Public Properties

Property Type Description
Points List

Public Methods

Method Description
Add ( Vector2 point ) : void
Draw ( System.Drawing.Color color, int width = 1 ) : void
IsOutside ( Vector2 point ) : bool
PointInPolygon ( Vector2 point ) : int
ToClipperPath ( ) : System.Collections.Generic.List

Method Details

Add() public method

public Add ( Vector2 point ) : void
point Vector2
return void

Draw() public method

public Draw ( System.Drawing.Color color, int width = 1 ) : void
color System.Drawing.Color
width int
return void

IsOutside() public method

public IsOutside ( Vector2 point ) : bool
point Vector2
return bool

PointInPolygon() public method

public PointInPolygon ( Vector2 point ) : int
point Vector2
return int

ToClipperPath() public method

public ToClipperPath ( ) : System.Collections.Generic.List
return System.Collections.Generic.List

Property Details

Points public_oe property

public List Points
return List