Class WeightedShape
Inheritance
System.Object
WeightedShape
Namespace: Edgar.Legacy.Core.ConfigurationSpaces
Assembly: Edgar.dll
Syntax
public class WeightedShape : Object
Constructors
WeightedShape(IntAlias<PolygonGrid2D>, Double)
Declaration
public WeightedShape(IntAlias<PolygonGrid2D> shape, double weight)
Parameters
Type | Name | Description |
---|---|---|
IntAlias<PolygonGrid2D> | shape | |
System.Double | weight |
Properties
Shape
Declaration
public IntAlias<PolygonGrid2D> Shape { get; }
Property Value
Type | Description |
---|---|
IntAlias<PolygonGrid2D> |
Weight
Declaration
public double Weight { get; }
Property Value
Type | Description |
---|---|
System.Double |