| Bullet Collision Detection & Physics Library
    | 
RayFromToCaster takes a ray from, ray to (instead of direction!) More...
#include <btSoftBody.h>


| Public Member Functions | |
| RayFromToCaster (const btVector3 &rayFrom, const btVector3 &rayTo, btScalar mxt) | |
| void | Process (const btDbvtNode *leaf) | 
|  Public Member Functions inherited from btDbvt::ICollide | |
| DBVT_VIRTUAL void | Process (const btDbvtNode *, const btDbvtNode *) | 
| DBVT_VIRTUAL void | Process (const btDbvtNode *) | 
| DBVT_VIRTUAL void | Process (const btDbvtNode *n, btScalar) | 
| DBVT_VIRTUAL bool | Descent (const btDbvtNode *) | 
| DBVT_VIRTUAL bool | AllLeaves (const btDbvtNode *) | 
| Static Public Member Functions | |
| static btScalar | rayFromToTriangle (const btVector3 &rayFrom, const btVector3 &rayTo, const btVector3 &rayNormalizedDirection, const btVector3 &a, const btVector3 &b, const btVector3 &c, btScalar maxt=SIMD_INFINITY) | 
| Public Attributes | |
| btVector3 | m_rayFrom | 
| btVector3 | m_rayTo | 
| btVector3 | m_rayNormalizedDirection | 
| btScalar | m_mint | 
| Face * | m_face | 
| int | m_tests | 
RayFromToCaster takes a ray from, ray to (instead of direction!)
Definition at line 641 of file btSoftBody.h.
| btSoftBody::RayFromToCaster::RayFromToCaster | ( | const btVector3 & | rayFrom, | 
| const btVector3 & | rayTo, | ||
| btScalar | mxt | ||
| ) | 
Definition at line 2017 of file btSoftBody.cpp.
| void btSoftBody::RayFromToCaster::Process | ( | const btDbvtNode * | leaf | ) | 
Definition at line 2028 of file btSoftBody.cpp.
| 
 | static | 
Definition at line 2045 of file btSoftBody.cpp.
| Face* btSoftBody::RayFromToCaster::m_face | 
Definition at line 647 of file btSoftBody.h.
| btScalar btSoftBody::RayFromToCaster::m_mint | 
Definition at line 646 of file btSoftBody.h.
| btVector3 btSoftBody::RayFromToCaster::m_rayFrom | 
Definition at line 643 of file btSoftBody.h.
| btVector3 btSoftBody::RayFromToCaster::m_rayNormalizedDirection | 
Definition at line 645 of file btSoftBody.h.
| btVector3 btSoftBody::RayFromToCaster::m_rayTo | 
Definition at line 644 of file btSoftBody.h.
| int btSoftBody::RayFromToCaster::m_tests | 
Definition at line 648 of file btSoftBody.h.
 1.8.16
 1.8.16