v0.14.0
Loading...
Searching...
No Matches
Classes | Enumerations
RigidBodies.hpp File Reference

Go to the source code of this file.

Classes

struct  RigidBodyData
 
struct  PlaneRigidBody
 
struct  SphereRigidBody
 
struct  CylinderRigidBody
 
struct  TorusRigidBody
 
struct  RollerRigidBody
 
struct  ConeRigidBody
 
struct  STLRigidBody
 

Enumerations

enum  RigidBodyTypes {
  PLANE , SPHERE , CYLINDER , CONE ,
  TORUS , ROLLER , STL , NURBS ,
  LASTBODY
}
 

Enumeration Type Documentation

◆ RigidBodyTypes

Enumerator
PLANE 
SPHERE 
CYLINDER 
CONE 
TORUS 
ROLLER 
STL 
NURBS 
LASTBODY 

Definition at line 17 of file RigidBodies.hpp.

17 {
18 PLANE,
19 SPHERE,
21 CONE,
22 TORUS,
23 ROLLER,
24 STL,
25 NURBS,
27};
@ TORUS
@ ROLLER
@ STL
@ PLANE
@ CYLINDER
@ NURBS
@ CONE
@ SPHERE
@ LASTBODY