AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
RbCylinder.h
1
// RbCylinder.h: interface for the RbCylinder class.
2
//
4
5
#pragma once
6
7
namespace
RoboticsAnimatSim
8
{
9
namespace
Environment
10
{
11
namespace
Bodies
12
{
13
14
class
ROBOTICS_PORT
RbCylinder
:
public
AnimatSim::Environment::Bodies::Cylinder
,
public
RbRigidBody
15
{
16
protected
:
17
18
public
:
19
RbCylinder
();
20
virtual
~
RbCylinder
();
21
22
virtual
void
CreateParts();
23
virtual
void
CreateJoints();
24
};
25
26
}
//Bodies
27
}
// Environment
28
}
//RoboticsAnimatSim
RoboticsAnimatSim::Environment::RbRigidBody
A common class for all rigid body data specific to vortex.
Definition:
RbRigidBody.h:52
RoboticsAnimatSim::Environment::Bodies::RbCylinder
Definition:
RbCylinder.h:14
RoboticsAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
Definition:
RbAnimatSerial.cpp:29
AnimatSim::Environment::Bodies::Cylinder
the Cylinder base class.
Definition:
Cylinder.h:24
Libraries
RoboticsAnimatSim
RbCylinder.h
Generated on Tue Sep 29 2015 07:07:18 for AnimatLab by
1.8.10