In file gfx/liblines/Lines.hxx:

class Lines::ContinuousLine

ContinuousLine is line constructed from various points.

Documentation

ContinuousLine is line constructed from various points. It bends in given points.

Inheritance:

ContinuousLine


Public Methods

[more] ContinuousLine (int textId, string corner_behaviour, float linewidth)
ContinuousLine is line constructed from various points.
[more]void add (float x, float y, float z)
Add new point at the end of line
[more]void makeChain ()
Join first and last point
[more]void draw ()
Draw the continuous line

o ContinuousLine(int textId, string corner_behaviour, float linewidth)
ContinuousLine is line constructed from various points. It bends in given points.
Parameters:
s - textId = texture's id - must be > 0. corner_behaviour = "Bevel", "Miter" or "Round"

ovoid add(float x, float y, float z)
Add new point at the end of line

ovoid makeChain()
Join first and last point

ovoid draw()
Draw the continuous line


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.