Search Results for

    Show / Hide Table of Contents

    Class SampledArcLengthParam2d

    Inheritance
    Object
    SampledArcLengthParam2d
    Implements
    IArcLengthParam2d
    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 SampledArcLengthParam2d : IArcLengthParam2d

    Constructors

    SampledArcLengthParam2d(IEnumerable<Vector2d>, Int32)

    Declaration
    public SampledArcLengthParam2d(IEnumerable<Vector2d> samples, int nCountHint = -1)
    Parameters
    Type Name Description
    IEnumerable<Vector2d> samples
    Int32 nCountHint

    Properties

    ArcLength

    Declaration
    public double ArcLength { get; }
    Property Value
    Type Description
    Double

    Methods

    Sample(Double)

    Declaration
    public CurveSample2d Sample(double f)
    Parameters
    Type Name Description
    Double f
    Returns
    Type Description
    CurveSample2d

    tangent(Int32)

    Declaration
    protected Vector2d tangent(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector2d

    Implements

    IArcLengthParam2d
    In This Article
    Back to top ViRGIS VR GIS