RigsofRods
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 501 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 507 of file SimData.h.

◆ ti_contract_speed

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

Definition at line 510 of file SimData.h.

◆ ti_group

int RoR::tie_t::ti_group = 0

Definition at line 509 of file SimData.h.

◆ ti_locked_actor

ActorPtr RoR::tie_t::ti_locked_actor

Definition at line 506 of file SimData.h.

◆ ti_locked_ropable

ropable_t* RoR::tie_t::ti_locked_ropable = nullptr

Definition at line 508 of file SimData.h.

◆ ti_max_stress

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

Definition at line 511 of file SimData.h.

◆ ti_min_length

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

Proportional to orig; length.

Definition at line 512 of file SimData.h.

◆ ti_no_self_lock

bool RoR::tie_t::ti_no_self_lock

Attribute.

Definition at line 514 of file SimData.h.

◆ ti_tied

bool RoR::tie_t::ti_tied

State.

Definition at line 515 of file SimData.h.

◆ ti_tying

bool RoR::tie_t::ti_tying

State.

Definition at line 516 of file SimData.h.


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