Class Point2PointConstraint
public class Point2PointConstraint : Constraint, IDisposable, IRelative
- Inheritance
-
Point2PointConstraint
- Implements
- Inherited Members
- Extension Methods
Properties
Damping
Gets or sets the damping.
public float Damping { get; set; }
Property Value
- float
The damping.
ImpulseClamp
Gets or sets the impulse clamp.
public float ImpulseClamp { get; set; }
Property Value
- float
The impulse clamp.
PivotInA
Gets or sets the pivot in a.
public Vector3 PivotInA { get; set; }
Property Value
- Vector3
The pivot in a.
PivotInB
Gets or sets the pivot in b.
public Vector3 PivotInB { get; set; }
Property Value
- Vector3
The pivot in b.
Tau
Gets or sets the tau.
public float Tau { get; set; }
Property Value
- float
The tau.