|
SuperDex Physics C++ API
|
Lists of constraints grouped by type. More...
#include <mochi_prefab.h>
Public Member Functions | |
| bool | operator== (ConstraintLists const &) const =default |
Lists of constraints grouped by type.
Definition at line 247 of file mochi_prefab.h.
|
default |
| DynamicArray<Articulated3dRotationRangeConstraintPrefab> superdex::prefab::ConstraintLists::articulated3dRotationRange {} |
3D rotation range constraints on articulated actors.
Definition at line 249 of file mochi_prefab.h.
| DynamicArray<Articulated3dRotationTargetConstraintPrefab> superdex::prefab::ConstraintLists::articulated3dRotationTarget {} |
3D rotation target constraints on articulated actors.
Definition at line 251 of file mochi_prefab.h.
| DynamicArray<ArticulatedSingleDofRangeConstraintPrefab> superdex::prefab::ConstraintLists::articulatedSingleDofRange {} |
Single-DoF range constraints on articulated actors.
Definition at line 250 of file mochi_prefab.h.
| DynamicArray<ArticulatedSingleDofTargetConstraintPrefab> superdex::prefab::ConstraintLists::articulatedSingleDofTarget {} |
Single-DoF target constraints on articulated actors.
Definition at line 252 of file mochi_prefab.h.
| std::optional<DynamicString> superdex::prefab::ConstraintLists::comment = std::nullopt |
Optional serialized comment.
Definition at line 248 of file mochi_prefab.h.
| DynamicArray<DeformableNodePositionConstraintPrefab> superdex::prefab::ConstraintLists::deformableNodePosition {} |
Position constraints on a deformable actor node.
Definition at line 260 of file mochi_prefab.h.
| DynamicArray<DeformableNodeToDeformableNodeConstraintPrefab> superdex::prefab::ConstraintLists::deformableNodeToDeformableNode {} |
Constraints connecting two deformable actor nodes.
Definition at line 262 of file mochi_prefab.h.
| DynamicArray<DeformableNodeToRigidConstraintPrefab> superdex::prefab::ConstraintLists::deformableNodeToRigid {} |
Constraints connecting a deformable node to a rigid actor.
Definition at line 261 of file mochi_prefab.h.
| DynamicArray<JointRotationRangeConstraintPrefab> superdex::prefab::ConstraintLists::jointRotationRange {} |
Joint rotation range constraints.
Definition at line 253 of file mochi_prefab.h.
| DynamicArray<JointRotationTrackingConstraintPrefab> superdex::prefab::ConstraintLists::jointRotationTracking {} |
Joint rotation tracking constraints.
Definition at line 254 of file mochi_prefab.h.
| DynamicArray<RigidPivotPositionConstraintPrefab> superdex::prefab::ConstraintLists::rigidPivotPosition {} |
Position constraints on a rigid actor's pivot point.
Definition at line 255 of file mochi_prefab.h.
| DynamicArray<RigidPivotRotationConstraintPrefab> superdex::prefab::ConstraintLists::rigidPivotRotation {} |
Rotation constraints on a rigid actor's pivot frame.
Definition at line 257 of file mochi_prefab.h.
| DynamicArray<RigidPivotToRigidTargetConstraintPrefab> superdex::prefab::ConstraintLists::rigidPivotToRigidTarget {} |
Position constraints attaching a rigid actor's pivot point to a rigid target.
Definition at line 256 of file mochi_prefab.h.
| DynamicArray<RigidPrismaticJointConstraintPrefab> superdex::prefab::ConstraintLists::rigidPrismaticJoint {} |
Prismatic joint constraints between two rigid actors.
Definition at line 258 of file mochi_prefab.h.
| DynamicArray<RigidSphericalJointConstraintPrefab> superdex::prefab::ConstraintLists::rigidSphericalJoint {} |
Spherical joint constraints between two rigid actors.
Definition at line 259 of file mochi_prefab.h.