Tesla Graphics Engine Documentation (January 2012)
Line Constructor (name, points)
TeslaTesla.Scene.ShapeLineLine(String, DataBuffer<(Of <<'(Vector3>)>>))
Creates a new line with the specified points. The points represent a line list, thus every two points creates a line. Default color is black
Declaration Syntax
C#
public Line(
	string name,
	DataBuffer<Vector3> points
)
Parameters
name (String)
Name of the line
points (DataBuffer<(Of <(<'Vector3>)>)>)
Points to use

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)