Class SectionalRandomRoutingPointsGenerator
Inheritance
System.Object
SectionalRandomRoutingPointsGenerator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Environments.Cartesian.Routing
Assembly: Mars.Components.dll
Syntax
public class SectionalRandomRoutingPointsGenerator : IRoutingPointsGenerator
Constructors
| Improve this Doc View SourceSectionalRandomRoutingPointsGenerator(Int32, Int32)
Declaration
public SectionalRandomRoutingPointsGenerator(int sections, int pointsPerSection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sections | |
| System.Int32 | pointsPerSection |
Methods
| Improve this Doc View SourceGenerate(BoundingBox, IEnumerable<Geometry>)
Declaration
public IList<Position> Generate(BoundingBox boundingBox, IEnumerable<Geometry> geometries = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BoundingBox | boundingBox | |
| System.Collections.Generic.IEnumerable<NetTopologySuite.Geometries.Geometry> | geometries |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Position> |