Click or drag to resize
DigitalRuneMinkowskiSumShape Constructor (IGeometricObject, IGeometricObject)
Initializes a new instance of the MinkowskiSumShape class from two geometric objects.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public MinkowskiSumShape(
	IGeometricObject objectA,
	IGeometricObject objectB
)

Parameters

objectA
Type: DigitalRune.GeometryIGeometricObject
The first geometric object.
objectB
Type: DigitalRune.GeometryIGeometricObject
The second geometric object.
Exceptions
ExceptionCondition
ArgumentNullExceptionobjectA is .
ArgumentNullExceptionobjectB is .
GeometryExceptionobjectA is not convex.
GeometryExceptionobjectB is not convex.
See Also