Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggLine Class Reference

A line segment, or a series of connected line segments, defined by a <Line> entry. More...

Inheritance diagram for EggLine:
EggCompositePrimitive EggPrimitive EggNode EggAttributes EggRenderMode EggNamedObject MemoryBase EggObject

List of all members.

Public Member Functions

 EggLine (EggLine const copy)
 EggLine (string name)
 EggLine ()
 clearThick ()
double getThick ()
 Returns the thickness set on this particular line.
bool hasThick ()
EggLine operator= (EggLine const copy)
 setThick (double thick)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A line segment, or a series of connected line segments, defined by a <Line> entry.


Constructor & Destructor Documentation

EggLine ( EggLine const  copy)
EggLine ( string  name)
EggLine ( )

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EggCompositePrimitive.

double getThick ( )

Returns the thickness set on this particular line.

If there is no thickness set, returns 1.0.

bool hasThick ( )
EggLine operator= ( EggLine const  copy)
setThick ( double  thick)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties