RigsofRods
Soft-body Physics Simulation
|
A single beam in a chain. More...
#include <SlideNode.h>
Public Member Functions | |
RailSegment (beam_t *beam) | |
RailSegment * | CheckCurSlideSegment (Ogre::Vector3 const &point) |
Check if the slidenode should skip to a neighbour rail segment. More... | |
Data Fields | |
RailSegment * | rs_prev |
RailSegment * | rs_next |
beam_t * | rs_beam |
A single beam in a chain.
Definition at line 40 of file SlideNode.h.
|
inline |
Definition at line 42 of file SlideNode.h.
RailSegment * RailSegment::CheckCurSlideSegment | ( | Ogre::Vector3 const & | point | ) |
Check if the slidenode should skip to a neighbour rail segment.
Definition at line 132 of file SlideNode.cpp.
beam_t* RoR::RailSegment::rs_beam |
Definition at line 49 of file SlideNode.h.
RailSegment* RoR::RailSegment::rs_next |
Definition at line 48 of file SlideNode.h.
RailSegment* RoR::RailSegment::rs_prev |
Definition at line 47 of file SlideNode.h.