Defines a shape that represents an empty volume. This shape will not collide with any other shape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
[SerializableAttribute]
public sealed class EmptyShape : Shape
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class EmptyShape _
	Inherits Shape
Visual C++
[SerializableAttribute]
public ref class EmptyShape sealed : public Shape

Inheritance Hierarchy

System..::..Object
  DigitalRune.Geometry.Shapes..::..Shape
    DigitalRune.Geometry.Shapes..::..EmptyShape

See Also