H3D::Polyline2D Class Reference
[X3D node classes.]

The Polyline2D node specifies a series of contiguous line segments in the local 2D coordinate system connecting the specified vertices. More...

#include <Polyline2D.h>

Inheritance diagram for H3D::Polyline2D:

Inheritance graph
List of all members.

Public Member Functions

 Polyline2D (Inst< SFNode > _metadata=0, Inst< SFBound > _bound=0, Inst< DisplayList > _displayList=0, Inst< MFBool > _isTouched=0, Inst< MFVec3f > _force=0, Inst< MFVec3f > _contactPoint=0, Inst< MFVec3f > _contactNormal=0, Inst< MFVec2f > _lineSegments=0)
 Constructor.
virtual void render ()
 Renders the Polyline2D using OpenGL.

Public Attributes

auto_ptr< MFVec2flineSegments
 The lineSegments field specifies the vertices to be connected.

Static Public Attributes

static H3DNodeDatabase database
 The H3DNodeDatabase for this node.

Classes

class  SFBound
 SFBound is specialized update itself from the radius field of the Box node. More...

Detailed Description

The Polyline2D node specifies a series of contiguous line segments in the local 2D coordinate system connecting the specified vertices.

The lineSegments field specifies the vertices to be connected.

Internal routes:
Polyline2D.dot


Member Data Documentation

auto_ptr< MFVec2f > H3D::Polyline2D::lineSegments
 

The lineSegments field specifies the vertices to be connected.

Access type: inputOutput


Generated on Thu Aug 24 12:39:48 2006 for H3D API by  doxygen 1.4.5