Search Results for

    Show / Hide Table of Contents

    Interface IParametricCurve2d

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

    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

    IsTransformable

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

    ParamLength

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

    Methods

    Clone()

    Declaration
    IParametricCurve2d Clone()
    Returns
    Type Description
    IParametricCurve2d

    Reverse()

    Declaration
    void Reverse()

    SampleArcLength(Double)

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

    SampleT(Double)

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

    TangentT(Double)

    Declaration
    Vector2d TangentT(double t)
    Parameters
    Type Name Description
    Double t
    Returns
    Type Description
    Vector2d

    Transform(ITransform2)

    Declaration
    void Transform(ITransform2 xform)
    Parameters
    Type Name Description
    ITransform2 xform
    In This Article
    Back to top ViRGIS VR GIS