Home
last modified time | relevance | path

Searched defs:b3JointInfo (Results 1 – 3 of 3) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryPublic.h287 struct b3JointInfo struct
289 char m_linkName[1024];
291 int m_jointType;
292 int m_qIndex;
293 int m_uIndex;
294 int m_jointIndex;
295 int m_flags;
296 double m_jointDamping;
305 int m_parentIndex;
306 int m_qSize;
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryPublic.h287 struct b3JointInfo struct
289 char m_linkName[1024];
291 int m_jointType;
292 int m_qIndex;
293 int m_uIndex;
294 int m_jointIndex;
295 int m_flags;
296 double m_jointDamping;
305 int m_parentIndex;
306 int m_qSize;
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unity3d/autogen/
H A DNativeMethods.cs467 public struct b3JointInfo { struct
471 public string m_linkName;
475 public string m_jointName;
478 public int m_jointType;
481 public int m_qIndex;
484 public int m_uIndex;
487 public int m_jointIndex;
490 public int m_flags;
493 public double m_jointDamping;
520 public double[] m_jointAxis;
[all …]