Show / Hide Table of Contents

Interface ICurveTransformation2D

Interface for non affine parameterspace transformation for 2d curves

Namespace: CADability.Curve2D
Assembly: CADability.dll
Syntax
public interface ICurveTransformation2D

Methods

| Improve this Doc View Source

ReverseTransformPoint(GeoPoint2D)

Declaration
GeoPoint2D ReverseTransformPoint(GeoPoint2D p)
Parameters
Type Name Description
GeoPoint2D p
Returns
Type Description
GeoPoint2D
| Improve this Doc View Source

TransformDeriv1(ICurve2D, Double)

Declaration
GeoVector2D TransformDeriv1(ICurve2D curve, double par)
Parameters
Type Name Description
ICurve2D curve
System.Double par
Returns
Type Description
GeoVector2D
| Improve this Doc View Source

TransformDeriv2(ICurve2D, Double)

Declaration
GeoVector2D TransformDeriv2(ICurve2D curve, double par)
Parameters
Type Name Description
ICurve2D curve
System.Double par
Returns
Type Description
GeoVector2D
| Improve this Doc View Source

TransformPoint(ICurve2D, Double)

Declaration
GeoPoint2D TransformPoint(ICurve2D curve, double par)
Parameters
Type Name Description
ICurve2D curve
System.Double par
Returns
Type Description
GeoPoint2D
| Improve this Doc View Source

TransformPoint(GeoPoint2D)

Declaration
GeoPoint2D TransformPoint(GeoPoint2D p)
Parameters
Type Name Description
GeoPoint2D p
Returns
Type Description
GeoPoint2D
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX