NcEngine
nc::DistanceConstraintInfo Struct Reference

Constraint settings to keep two bodies within a specified distance range. More...

#include <Constraints.h>

Public Attributes

Vector3 ownerPosition = Vector3::Zero()
 local attach position
 
Vector3 targetPosition = Vector3::Zero()
 local attach position
 
float minLimit = 0.0f
 how close together bodies are allowed to be [0, maxDistance]
 
float maxLimit = 1.0f
 how far apart bodies are allowed to be [minDistance, infinity]
 
SpringSettings springSettings = SpringSettings{}
 settings to soften the limits
 

Static Public Attributes

static constexpr auto type = ConstraintType::DistanceConstraint
 

Detailed Description

Constraint settings to keep two bodies within a specified distance range.


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