15#ifndef ODEPLANE2DJOINT_H
16#define ODEPLANE2DJOINT_H
39 INLINE
void set_x_param(
int parameter, dReal value);
40 INLINE
void set_y_param(
int parameter, dReal value);
41 INLINE
void set_angle_param(
int parameter, dReal value);
47 static void init_type() {
48 OdeJoint::init_type();
50 OdeJoint::get_class_type());
53 return get_class_type();
55 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...