Search Results for

    Show / Hide Table of Contents

    Class SampledArcLengthParam

    Inheritance
    Object
    SampledArcLengthParam
    Implements
    IArcLengthParam
    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 SampledArcLengthParam : IArcLengthParam

    Constructors

    SampledArcLengthParam(IEnumerable<Vector3d>, Int32)

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

    Properties

    ArcLength

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

    Methods

    Sample(Double)

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

    tangent(Int32)

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

    Implements

    IArcLengthParam
    In This Article
    Back to top ViRGIS VR GIS