Documentation of 'math.geom2d.curve.SmoothCurve2D' Java class
SmoothCurve2D
math.geom2d.curve

Interface SmoothCurve2D

    • Method Detail

      • tangent

        Vector2D tangent(double t)
        Returns the tangent of the curve at the given position.
        Parameters:
        t - a position on the curve
        Returns:
        the tangent vector computed for position t
        See Also:
        normal(double)
      • normal

        Vector2D normal(double t)
        Returns the normal vector of the curve at the given position.
        Parameters:
        t - a position on the curve
        Returns:
        the normal vector computed for position t
        See Also:
        tangent(double)
      • subCurve

        SmoothCurve2D subCurve(double t0,
                               double t1)
        Description copied from interface: Curve2D
        Returns a portion of the original curve, delimited by two positions on the curve.
        Specified by:
        subCurve in interface ContinuousCurve2D
        Specified by:
        subCurve in interface Curve2D
        Parameters:
        t0 - position of the start of the sub-curve
        t1 - position of the end of the sub-curve
        Returns:
        the portion of original curve comprised between t0 and t1.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.