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

#include <SimData.h>

+ Collaboration diagram for RoR::tie_t:

Public Member Functions

 tie_t ()
 
 ~tie_t ()
 

Data Fields

ActorPtr ti_locked_actor
 
beam_tti_beam = nullptr
 
ropable_tti_locked_ropable = nullptr
 
int ti_group = 0
 
float ti_contract_speed = 0.f
 
float ti_max_stress = 0.f
 
float ti_min_length = 0.f
 Proportional to orig; length. More...
 
bool ti_no_self_lock:1
 Attribute. More...
 
bool ti_tied:1
 State. More...
 
bool ti_tying:1
 State. More...
 

Detailed Description

Definition at line 530 of file SimData.h.

Constructor & Destructor Documentation

◆ tie_t()

tie_t::tie_t ( )

Definition at line 62 of file SimData.cpp.

◆ ~tie_t()

tie_t::~tie_t ( )

Definition at line 72 of file SimData.cpp.

Field Documentation

◆ ti_beam

beam_t* RoR::tie_t::ti_beam = nullptr

Definition at line 536 of file SimData.h.

◆ ti_contract_speed

float RoR::tie_t::ti_contract_speed = 0.f

Definition at line 539 of file SimData.h.

◆ ti_group

int RoR::tie_t::ti_group = 0

Definition at line 538 of file SimData.h.

◆ ti_locked_actor

ActorPtr RoR::tie_t::ti_locked_actor

Definition at line 535 of file SimData.h.

◆ ti_locked_ropable

ropable_t* RoR::tie_t::ti_locked_ropable = nullptr

Definition at line 537 of file SimData.h.

◆ ti_max_stress

float RoR::tie_t::ti_max_stress = 0.f

Definition at line 540 of file SimData.h.

◆ ti_min_length

float RoR::tie_t::ti_min_length = 0.f

Proportional to orig; length.

Definition at line 541 of file SimData.h.

◆ ti_no_self_lock

bool RoR::tie_t::ti_no_self_lock

Attribute.

Definition at line 543 of file SimData.h.

◆ ti_tied

bool RoR::tie_t::ti_tied

State.

Definition at line 544 of file SimData.h.

◆ ti_tying

bool RoR::tie_t::ti_tying

State.

Definition at line 545 of file SimData.h.


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