Click or drag to resize
DigitalRuneContactPositionAWorld Property
Gets the contact position on object A (in world space).

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

Property Value

Type: Vector3F
The contact position on A (in world space).
See Also