Panda3D
Public Member Functions | Static Public Member Functions | Friends
OdePlaneGeom Class Reference
Inheritance diagram for OdePlaneGeom:
OdeGeom TypedObject MemoryBase

List of all members.

Public Member Functions

 OdePlaneGeom (dReal a, dReal b, dReal c, dReal d)
 OdePlaneGeom (const LVecBase4f &params)
 OdePlaneGeom (OdeSpace &space, dReal a, dReal b, dReal c, dReal d)
 OdePlaneGeom (OdeSpace &space, const LVecBase4f &params)
virtual TypeHandle force_init_type ()
LVecBase4f get_params () const
dReal get_point_depth (dReal x, dReal y, dReal z) const
dReal get_point_depth (const LPoint3f &p) const
virtual TypeHandle get_type () const
void set_params (dReal a, dReal b, dReal c, dReal d)
void set_params (const LVecBase4f &params)

Static Public Member Functions

static TypeHandle get_class_type ()
static int get_geom_class ()
static void init_type ()
 This function is declared non-inline to work around a compiler bug in g++ 2.96.

Friends

class OdeGeom

Detailed Description

Definition at line 28 of file odePlaneGeom.h.


Member Function Documentation

static void OdePlaneGeom::init_type ( ) [inline, static]

This function is declared non-inline to work around a compiler bug in g++ 2.96.

Making it inline seems to cause problems in the optimizer.

Reimplemented from OdeGeom.

Definition at line 54 of file odePlaneGeom.h.

References OdeGeom::init_type().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations