Rigid Body Dynamics Library
LocalFrame Struct Reference

#include <luastructs.h>

Public Member Functions

 LocalFrame ()
 

Data Fields

std::string name
 
unsigned int body_id
 
std::string body_name
 
RigidBodyDynamics::Math::Vector3d r
 
RigidBodyDynamics::Math::Matrix3d E
 

Detailed Description

A struct for a named body fixed frame.

Parameters
namethe name of the point
body_idthe integer id of the body that this local frame is fixed to
body_namethe name of the body that this local frame is fixed to
rthe translation from the body's origin to the origin of the local frame, in the coordinates of the body.
Ethe rotation matrix that transforms vectors from the coordinates of the local frame to the coordinates of the body.

Definition at line 94 of file luastructs.h.

Constructor & Destructor Documentation

◆ LocalFrame()

LocalFrame ( )
inline

Definition at line 95 of file luastructs.h.

Field Documentation

◆ body_id

unsigned int body_id

Definition at line 113 of file luastructs.h.

◆ body_name

std::string body_name

Definition at line 114 of file luastructs.h.

◆ E

Definition at line 116 of file luastructs.h.

◆ name

std::string name

Definition at line 112 of file luastructs.h.

◆ r

Definition at line 115 of file luastructs.h.


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