C# Class Aiv.Fast2D.Example.Segment

Inheritance: Sprite
Datei anzeigen Open project: aiv01/aiv-fast2d Class Usage Examples

Public Methods

Method Description
Segment ( float x1, float y1, float x2, float y2, float width ) : System

Private Methods

Method Description
UpdatePoints ( ) : void

Method Details

Segment() public method

public Segment ( float x1, float y1, float x2, float y2, float width ) : System
x1 float
y1 float
x2 float
y2 float
width float
return System