PeriDyno 1.2.1
Loading...
Searching...
No Matches
dyno::Animation2JointConfig Class Reference

#include <VehicleInfo.h>

Public Member Functions

 Animation2JointConfig ()
 
 Animation2JointConfig (std::string name, int id, uint axis)
 
 Animation2JointConfig (std::string name, int id, uint axis, float intensity)
 

Public Attributes

std::string JointName
 
int JointId = -1
 
uint Axis = 0
 
float Intensity = 1
 

Detailed Description

Definition at line 129 of file VehicleInfo.h.

Constructor & Destructor Documentation

◆ Animation2JointConfig() [1/3]

dyno::Animation2JointConfig::Animation2JointConfig ( )
inline

Definition at line 133 of file VehicleInfo.h.

◆ Animation2JointConfig() [2/3]

dyno::Animation2JointConfig::Animation2JointConfig ( std::string name,
int id,
uint axis )
inline

Definition at line 134 of file VehicleInfo.h.

◆ Animation2JointConfig() [3/3]

dyno::Animation2JointConfig::Animation2JointConfig ( std::string name,
int id,
uint axis,
float intensity )
inline

Definition at line 140 of file VehicleInfo.h.

Member Data Documentation

◆ Axis

uint dyno::Animation2JointConfig::Axis = 0

Definition at line 149 of file VehicleInfo.h.

◆ Intensity

float dyno::Animation2JointConfig::Intensity = 1

Definition at line 150 of file VehicleInfo.h.

◆ JointId

int dyno::Animation2JointConfig::JointId = -1

Definition at line 148 of file VehicleInfo.h.

◆ JointName

std::string dyno::Animation2JointConfig::JointName

Definition at line 147 of file VehicleInfo.h.


The documentation for this class was generated from the following file: