RigsofRods
Soft-body Physics Simulation
|
A series of RailSegment-s for SlideNode to slide along. Can be closed in a loop. More...
#include <SlideNode.h>
Public Member Functions | |
RailGroup () | |
RailSegment * | FindClosestSegment (Ogre::Vector3 const &point) |
Search for closest rail segment (the one with closest node in it) in the entire RailGroup. More... | |
Data Fields | |
std::vector< RailSegment > | rg_segments |
int | rg_id |
Spawn context - matching separately defined rails with slidenodes. More... | |
A series of RailSegment-s for SlideNode to slide along. Can be closed in a loop.
Definition at line 53 of file SlideNode.h.
|
inline |
Definition at line 55 of file SlideNode.h.
RailSegment * RailGroup::FindClosestSegment | ( | Ogre::Vector3 const & | point | ) |
Search for closest rail segment (the one with closest node in it) in the entire RailGroup.
Definition at line 114 of file SlideNode.cpp.
int RoR::RailGroup::rg_id |
Spawn context - matching separately defined rails with slidenodes.
Definition at line 61 of file SlideNode.h.
std::vector<RailSegment> RoR::RailGroup::rg_segments |
Definition at line 60 of file SlideNode.h.