Plots points of a line using Bresenham algorithm
| C# |
public static class TCODLineDrawing
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| InitLine(Int32, Int32, Int32, Int32) |
Initalize line drawing toolkit with beginning and end point
| |
| StepLine(Int32%, Int32%) |
Step to the next point on the line
|
This class is not thread safe, nor is it safe to use more than one "instance" at the same time
| Object | |
| TCODLineDrawing | |