LineDrawing Class |
[Missing <summary> documentation for "T:Slash.Math.Geometry.Lines.LineDrawing"]
Namespace: Slash.Math.Geometry.Lines
The LineDrawing type exposes the following members.
Name | Description | |
---|---|---|
Bresenham(Vector2I, Vector2I, LineDrawingPlotFunction) |
Plot the line from the specified start to the specified end location by using the Bresenham algorithm.
See http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm for details.
| |
Bresenham(Int32, Int32, Int32, Int32, LineDrawingPlotFunction) |
Plot the line from (x0, y0) to (x1, y1) by using the Bresenham algorithm.
See http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm for details.
| |
Bresenham(Single, Single, Single, Single, LineDrawingPlotFunction) |
Plot the line from (x0, y0) to (x1, y1) by using the Bresenham algorithm.
See http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm for details.
| |
BresenhamContainsPoint |
Checks if the specified location lies on the bresenham line spanned by the start and end location.
|