UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::action::mode3d::component Namespace Reference

Classes

class  Body
 
struct  ContactPoint
 
class  NullComponent
 
class  NullComponent< Body >
 
class  NullComponent< PhysicsBody >
 
class  NullComponent< SimpleBody >
 
class  PhysicsBody
 
class  SimpleBody
 
class  View
 

Typedefs

using ElementPtr = std::shared_ptr< Element >
 
using ContactPointVector = std::vector< ContactPoint >
 
using CollisionAction = std::function< void(const ElementPtr &, const ElementPtr &, const ContactPointVector &) >
 

Typedef Documentation

using ugdk::action::mode3d::component::CollisionAction = typedef std::function < void(const ElementPtr&, const ElementPtr&, const ContactPointVector&) >
using ugdk::action::mode3d::component::ElementPtr = typedef std::shared_ptr < Element >