Search Results for

    Show / Hide Table of Contents

    Class ContMinCircle2

    Fit minimal bounding-circle to a set of 2D points

    Inheritance
    Object
    ContMinCircle2
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class ContMinCircle2

    Constructors

    ContMinCircle2(IList<Vector2d>, Double)

    Declaration
    public ContMinCircle2(IList<Vector2d> pointsIn, double epsilon = 1E-05)
    Parameters
    Type Name Description
    IList<Vector2d> pointsIn
    Double epsilon

    Fields

    Result

    Declaration
    public Circle2d Result
    Field Value
    Type Description
    Circle2d
    In This Article
    Back to top ViRGIS VR GIS