#include <Shape.h>
 | 
| static void  | triangleCallback (void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) | 
|   | 
◆ Shape()
      
        
          | rl::sg::bullet::Shape::Shape  | 
          ( | 
          SoVRMLShape *  | 
          shape,  | 
        
        
           | 
           | 
          Body *  | 
          body  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~Shape()
  
  
      
        
          | rl::sg::bullet::Shape::~Shape  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ getTransform()
◆ setTransform()
◆ triangleCallback()
  
  
      
        
          | void rl::sg::bullet::Shape::triangleCallback  | 
          ( | 
          void *  | 
          userData,  | 
         
        
           | 
           | 
          SoCallbackAction *  | 
          action,  | 
         
        
           | 
           | 
          const SoPrimitiveVertex *  | 
          v1,  | 
         
        
           | 
           | 
          const SoPrimitiveVertex *  | 
          v2,  | 
         
        
           | 
           | 
          const SoPrimitiveVertex *  | 
          v3  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ indices
  
  
      
        
          | ::std::vector< int > rl::sg::bullet::Shape::indices | 
         
       
   | 
  
private   | 
  
 
 
◆ shape
      
        
          | btCollisionShape* rl::sg::bullet::Shape::shape | 
        
      
 
 
◆ transform
      
        
          | btTransform rl::sg::bullet::Shape::transform | 
        
      
 
 
◆ triangleIndexVertexArray
  
  
      
        
          | btTriangleIndexVertexArray* rl::sg::bullet::Shape::triangleIndexVertexArray | 
         
       
   | 
  
private   | 
  
 
 
◆ vertices
  
  
      
        
          | ::std::vector< btScalar > rl::sg::bullet::Shape::vertices | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: