Click or drag to resize
DigitalRuneDampedSpringAttachmentPositionBLocal Property
Gets or sets the position where the spring is attached to the second body (in local space of the second body).

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F AttachmentPositionBLocal { get; set; }

Property Value

Type: Vector3F
The attachment position for the second body in local space.
See Also