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) |
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 571 of file btSoftBody.h.
| btSoftBody::RayFromToCaster::RayFromToCaster | ( | const btVector3 & | rayFrom, | |
| const btVector3 & | rayTo, | |||
| btScalar | mxt | |||
| ) |
Definition at line 1727 of file btSoftBody.cpp.
| void btSoftBody::RayFromToCaster::Process | ( | const btDbvtNode * | leaf | ) | [virtual] |
Reimplemented from btDbvt::ICollide.
Definition at line 1738 of file btSoftBody.cpp.
| btScalar btSoftBody::RayFromToCaster::rayFromToTriangle | ( | const btVector3 & | rayFrom, | |
| const btVector3 & | rayTo, | |||
| const btVector3 & | rayNormalizedDirection, | |||
| const btVector3 & | a, | |||
| const btVector3 & | b, | |||
| const btVector3 & | c, | |||
| btScalar | maxt = SIMD_INFINITY | |||
| ) | [inline, static] |
Definition at line 1754 of file btSoftBody.cpp.
Definition at line 577 of file btSoftBody.h.
Definition at line 576 of file btSoftBody.h.
Definition at line 573 of file btSoftBody.h.
Definition at line 575 of file btSoftBody.h.
Definition at line 574 of file btSoftBody.h.
Definition at line 578 of file btSoftBody.h.
1.6.1