| DynamicAabbTreeTRelativeMargin Property |
Gets or sets a relative margin that is added to the AABB of moving objects. (Only applied if
motion prediction is enabled.)
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float RelativeMargin { get; set; }
Public Property RelativeMargin As Single
Get
Set
public:
property float RelativeMargin {
float get ();
void set (float value);
}
member RelativeMargin : float32 with get, set
Property Value
Type:
Single
The relative margin that is added to the AABB of moving objects. (Only applied if motion
prediction is enabled.)
The default value is 0.05. (The size of the AABB is increased by 5%.)
Exceptions See Also