Blender V4.5
bRigidBodyJointConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
 
struct Objectchild
 
int type
 
float pivX
 
float pivY
 
float pivZ
 
float axX
 
float axY
 
float axZ
 
float minLimit [6]
 
float maxLimit [6]
 
float extraFz
 
short flag
 
char _pad [6]
 

Detailed Description

Definition at line 358 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bRigidBodyJointConstraint::_pad[6]

Definition at line 372 of file DNA_constraint_types.h.

◆ axX

float bRigidBodyJointConstraint::axX

Definition at line 365 of file DNA_constraint_types.h.

◆ axY

float bRigidBodyJointConstraint::axY

Definition at line 366 of file DNA_constraint_types.h.

◆ axZ

float bRigidBodyJointConstraint::axZ

Definition at line 367 of file DNA_constraint_types.h.

◆ child

struct Object* bRigidBodyJointConstraint::child

Definition at line 360 of file DNA_constraint_types.h.

◆ extraFz

float bRigidBodyJointConstraint::extraFz

Definition at line 370 of file DNA_constraint_types.h.

◆ flag

short bRigidBodyJointConstraint::flag

Definition at line 371 of file DNA_constraint_types.h.

◆ maxLimit

float bRigidBodyJointConstraint::maxLimit[6]

Definition at line 369 of file DNA_constraint_types.h.

◆ minLimit

float bRigidBodyJointConstraint::minLimit[6]

Definition at line 368 of file DNA_constraint_types.h.

◆ pivX

float bRigidBodyJointConstraint::pivX

Definition at line 362 of file DNA_constraint_types.h.

◆ pivY

float bRigidBodyJointConstraint::pivY

Definition at line 363 of file DNA_constraint_types.h.

◆ pivZ

float bRigidBodyJointConstraint::pivZ

Definition at line 364 of file DNA_constraint_types.h.

◆ tar

struct Object* bRigidBodyJointConstraint::tar

Definition at line 359 of file DNA_constraint_types.h.

◆ type

int bRigidBodyJointConstraint::type

Definition at line 361 of file DNA_constraint_types.h.


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