Show / Hide Table of Contents

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 Source

GeoPoint2DList()

Declaration
public GeoPoint2DList()

Methods

| Improve this Doc View Source

Add(GeoPoint2D)

Declaration
public void Add(GeoPoint2D p)
Parameters
Type Name Description
GeoPoint2D p
| Improve this Doc View Source

GetReduced(Double)

Declaration
public List<GeoPoint2D> GetReduced(double precision)
Parameters
Type Name Description
System.Double precision
Returns
Type Description
System.Collections.Generic.List<GeoPoint2D>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX