Class GeoPoint2DList
Inheritance
System.Object
GeoPoint2DList
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: CADability
Assembly: CADability.dll
Syntax
public class GeoPoint2DList
Constructors
| Improve this Doc View SourceGeoPoint2DList()
Declaration
public GeoPoint2DList()
Methods
| Improve this Doc View SourceAdd(GeoPoint2D)
Declaration
public void Add(GeoPoint2D p)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint2D | p |
GetReduced(Double)
Declaration
public List<GeoPoint2D> GetReduced(double precision)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | precision |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<GeoPoint2D> |