High performance methods for large point sets.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public class PointSet : CollectionBase
Visual Basic (Declaration)
Public Class PointSet _
	Inherits CollectionBase
Visual C++
public ref class PointSet : public CollectionBase

Remarks

This class provides some high-performance methods for large point sets and some useful properties of point sets. Supports file-IO.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    ceometric.VectorGeometry..::.PointSet

See Also