Bullet Collision Detection & Physics Library
Public Attributes | List of all members
btTypedConstraintDoubleData Struct Reference

#include <btTypedConstraint.h>

Collaboration diagram for btTypedConstraintDoubleData:
Collaboration graph
[legend]

Public Attributes

btRigidBodyDoubleDatam_rbA
 
btRigidBodyDoubleDatam_rbB
 
char * m_name
 
int m_objectType
 
int m_userConstraintType
 
int m_userConstraintId
 
int m_needsFeedback
 
double m_appliedImpulse
 
double m_dbgDrawSize
 
int m_disableCollisionsBetweenLinkedBodies
 
int m_overrideNumSolverIterations
 
double m_breakingImpulseThreshold
 
int m_isEnabled
 
char padding [4]
 

Detailed Description

Definition at line 416 of file btTypedConstraint.h.

Member Data Documentation

double btTypedConstraintDoubleData::m_appliedImpulse

Definition at line 427 of file btTypedConstraint.h.

double btTypedConstraintDoubleData::m_breakingImpulseThreshold

Definition at line 433 of file btTypedConstraint.h.

double btTypedConstraintDoubleData::m_dbgDrawSize

Definition at line 428 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_disableCollisionsBetweenLinkedBodies

Definition at line 430 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_isEnabled

Definition at line 434 of file btTypedConstraint.h.

char* btTypedConstraintDoubleData::m_name

Definition at line 420 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_needsFeedback

Definition at line 425 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_objectType

Definition at line 422 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_overrideNumSolverIterations

Definition at line 431 of file btTypedConstraint.h.

btRigidBodyDoubleData* btTypedConstraintDoubleData::m_rbA

Definition at line 418 of file btTypedConstraint.h.

btRigidBodyDoubleData* btTypedConstraintDoubleData::m_rbB

Definition at line 419 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_userConstraintId

Definition at line 424 of file btTypedConstraint.h.

int btTypedConstraintDoubleData::m_userConstraintType

Definition at line 423 of file btTypedConstraint.h.

char btTypedConstraintDoubleData::padding[4]

Definition at line 435 of file btTypedConstraint.h.


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