Search Results for

    Show / Hide Table of Contents

    Class BiArcFit2

    Inheritance
    Object
    BiArcFit2
    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 BiArcFit2

    Constructors

    BiArcFit2(Vector2d, Vector2d, Vector2d, Vector2d)

    Declaration
    public BiArcFit2(Vector2d point1, Vector2d tangent1, Vector2d point2, Vector2d tangent2)
    Parameters
    Type Name Description
    Vector2d point1
    Vector2d tangent1
    Vector2d point2
    Vector2d tangent2

    BiArcFit2(Vector2d, Vector2d, Vector2d, Vector2d, Double)

    Declaration
    public BiArcFit2(Vector2d point1, Vector2d tangent1, Vector2d point2, Vector2d tangent2, double d1)
    Parameters
    Type Name Description
    Vector2d point1
    Vector2d tangent1
    Vector2d point2
    Vector2d tangent2
    Double d1

    Fields

    Arc1

    Declaration
    public Arc2d Arc1
    Field Value
    Type Description
    Arc2d

    Arc1IsSegment

    Declaration
    public bool Arc1IsSegment
    Field Value
    Type Description
    Boolean

    Arc2

    Declaration
    public Arc2d Arc2
    Field Value
    Type Description
    Arc2d

    Arc2IsSegment

    Declaration
    public bool Arc2IsSegment
    Field Value
    Type Description
    Boolean

    Epsilon

    Declaration
    public double Epsilon
    Field Value
    Type Description
    Double

    FitD1

    Declaration
    public double FitD1
    Field Value
    Type Description
    Double

    FitD2

    Declaration
    public double FitD2
    Field Value
    Type Description
    Double

    Point1

    Declaration
    public Vector2d Point1
    Field Value
    Type Description
    Vector2d

    Point2

    Declaration
    public Vector2d Point2
    Field Value
    Type Description
    Vector2d

    Segment1

    Declaration
    public Segment2d Segment1
    Field Value
    Type Description
    Segment2d

    Segment2

    Declaration
    public Segment2d Segment2
    Field Value
    Type Description
    Segment2d

    Tangent1

    Declaration
    public Vector2d Tangent1
    Field Value
    Type Description
    Vector2d

    Tangent2

    Declaration
    public Vector2d Tangent2
    Field Value
    Type Description
    Vector2d

    Properties

    Curve1

    Declaration
    public IParametricCurve2d Curve1 { get; }
    Property Value
    Type Description
    IParametricCurve2d

    Curve2

    Declaration
    public IParametricCurve2d Curve2 { get; }
    Property Value
    Type Description
    IParametricCurve2d

    Curves

    Declaration
    public List<IParametricCurve2d> Curves { get; }
    Property Value
    Type Description
    List<IParametricCurve2d>

    Methods

    DebugPrint()

    Declaration
    public void DebugPrint()

    Distance(Vector2d)

    Declaration
    public double Distance(Vector2d point)
    Parameters
    Type Name Description
    Vector2d point
    Returns
    Type Description
    Double

    NearestPoint(Vector2d)

    Declaration
    public Vector2d NearestPoint(Vector2d point)
    Parameters
    Type Name Description
    Vector2d point
    Returns
    Type Description
    Vector2d
    In This Article
    Back to top ViRGIS VR GIS