Search Results for

    Show / Hide Table of Contents

    Interface IParametricCurve3d

    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IParametricCurve3d

    Properties

    ArcLength

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

    HasArcLength

    Declaration
    bool HasArcLength { get; }
    Property Value
    Type Description
    Boolean

    IsClosed

    Declaration
    bool IsClosed { get; }
    Property Value
    Type Description
    Boolean

    ParamLength

    Declaration
    double ParamLength { get; }
    Property Value
    Type Description
    Double

    Methods

    Clone()

    Declaration
    IParametricCurve3d Clone()
    Returns
    Type Description
    IParametricCurve3d

    Reverse()

    Declaration
    void Reverse()

    SampleArcLength(Double)

    Declaration
    Vector3d SampleArcLength(double a)
    Parameters
    Type Name Description
    Double a
    Returns
    Type Description
    Vector3d

    SampleT(Double)

    Declaration
    Vector3d SampleT(double t)
    Parameters
    Type Name Description
    Double t
    Returns
    Type Description
    Vector3d

    TangentT(Double)

    Declaration
    Vector3d TangentT(double t)
    Parameters
    Type Name Description
    Double t
    Returns
    Type Description
    Vector3d
    In This Article
    Back to top ViRGIS VR GIS