Click or drag to resize
DigitalRuneContactPositionALocal Property
Gets or sets the contact position on object A in the local space of object A.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Vector3F PositionALocal { get; set; }

Property Value

Type: Vector3F
The contact position on A in the local space of object A.
See Also