RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
RoR::RailSegment Struct Reference

A single beam in a chain. More...

#include <SlideNode.h>

+ Collaboration diagram for RoR::RailSegment:

Public Member Functions

 RailSegment (beam_t *beam)
 
RailSegmentCheckCurSlideSegment (Ogre::Vector3 const &point)
 Check if the slidenode should skip to a neighbour rail segment. More...
 

Data Fields

RailSegmentrs_prev
 
RailSegmentrs_next
 
beam_trs_beam
 

Detailed Description

A single beam in a chain.

Definition at line 40 of file SlideNode.h.

Constructor & Destructor Documentation

◆ RailSegment()

RoR::RailSegment::RailSegment ( beam_t beam)
inline

Definition at line 42 of file SlideNode.h.

Member Function Documentation

◆ CheckCurSlideSegment()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ rs_beam

beam_t* RoR::RailSegment::rs_beam

Definition at line 49 of file SlideNode.h.

◆ rs_next

RailSegment* RoR::RailSegment::rs_next

Definition at line 48 of file SlideNode.h.

◆ rs_prev

RailSegment* RoR::RailSegment::rs_prev

Definition at line 47 of file SlideNode.h.


The documentation for this struct was generated from the following files: