libtcod-net
TCODLineDrawing Class
NamespaceslibtcodWrapperTCODLineDrawing
Plots points of a line using Bresenham algorithm
Declaration Syntax
C#
public static class TCODLineDrawing
Members
All MembersMethods



IconMemberDescription
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

Remarks
This class is not thread safe, nor is it safe to use more than one "instance" at the same time
Inheritance Hierarchy
Object
TCODLineDrawing

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)