World of Rigid Bodies (WoRB)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
Here are the data structures with brief descriptions:
WoRB::BallEncapsulates a rigid body with geometry of a sphere
WoRB::BoxEncapsulates a rigid body with geometry of a rectangular parallelepiped
WoRB::CollisionEncalpsulates a collision event between two bodies; contains contact details
WoRB::CollisionResolverEncapsulates collision response framework
WoRB::GLUT_Renderer::ColorfRepresents a color defined red, green, blue and alpha channels
WoRB::QTensor::ComponentsRepresents tensor components in a column-major order
WoRB::ConstPhysical and mathematical constants
WoRB::CuboidEncapsulates a cuboid (rectangular parallelepiped)
WoRB::GeometryRepresents a geometry used to detect collisions against
WoRB::GLOrthoScreenEstablishes temporarily orthogonal projection in screen coordinates
WoRB::GLTransformEstablishes temporarily a GL transform from body-fixed into world frame
WoRB::GLUT_Framework< GlutApplication >GLUT wrapper around a single instance of a GlutApplication template class
WoRB::GLUT_RendererInterface for a GLUT-rendered rigid body
WoRB::HalfSpaceRepresents a half-space defined by a plane where the normal of the plane points out of the half-space
Mex::LogicalRepresents a MATLAB logical value
Mex::MatrixRepresents a simple matrix class that keeps components in a column-major order
WoRB::QTensorEncapsulates a quaternionic tensor (q-tensor) as a 4x4 row-major matrix
WoRB::QuaternionEncapsulates Hamilton real quaternions
WoRB::WorldOfRigidBodies< MaxObjects, MaxCollisions >::RigidBodiesRepresents a rigid body iterator for the WorldOfRigidBodies class
WoRB::RigidBodyEncapsulates a rigid body
Mex::ScalarRepresents a MATLAB scalar double value
WoRB::SpatialVectorEncapsulates a spatial vector
WoRB::SphereEncapsulates a sphere
Mex::StringRepresents a MATLAB character string value
WoRB_TestBed::TrajectoryItemRepresents trajectory snapshot item (position and orientation of the rigid body)
WoRB::TruePlaneRepresents a true plane
WoRB_MexFunctionRepresents WoRB test-bed that can be initialized from mexFunction arguments
WoRB_TestBedEncapsulates a rigid body test-bed application
WoRB::WorldOfRigidBodies< MaxObjects, MaxCollisions >Encapsulates a system of rigid bodies