documentationfor yFiles for HTML 3.0.0.3

Usages of Tangent

Method Return Values

getTangent (number)in GeneralPathGets the tangent on this path instance at the given ratio.
getTangentForSegment (number, number)in GeneralPathGets the tangent on this path instance at the segment and segment ratio.
getTangent (IEdge, number)in CompositeEdgeStyleDetermines the tangent for the first style as the reference.
getTangentForSegment (IEdge, number, number)in CompositeEdgeStyleDetermines the tangent for the first style as the reference.
getTangent (IEdge, number)in DelegatingEdgeStyleDetermines the tangent of the edge from getEdge by using the style from getStyle.
getTangentForSegment (IEdge, number, number)in DelegatingEdgeStyleDetermines the tangent of the edge from getEdge by using the style from getStyle.
getSourceArrowAnchor (GeneralPath, IArrow)in EdgeStyleBaseCalculates the source arrow anchor and direction for a given arrow and path.
getTangent (IEdge, number)in EdgeStyleBaseGets the tangent to the edge at the specified ratio and the corresponding touch point.
getTangentForSegment (IEdge, number, number)in EdgeStyleBaseGets the tangent to the edge at the specified ratio of an edge segment and the corresponding touch point.
getTargetArrowAnchor (GeneralPath, IArrow)in EdgeStyleBaseCalculates the target arrow anchor and direction for a given arrow and path.
getTangent (number)in IPathGeometryCalculates the tangent on the edge's path at the given ratio point.
getTangentForSegment (number, number)in IPathGeometryCalculates the tangent on the edge's path at the given ratio point for the given segment.
getSourceArrowAnchor (GeneralPath, IArrow)in PathEdgeStyleBaseCalculates the source arrow anchor and direction for a given arrow and path.
getTangent (IEdge, number)in PathEdgeStyleBaseGets the tangent to the edge at the specified ratio and the corresponding touch point.
getTangent (IEdge, number, number)in PathEdgeStyleBaseGets the tangent to the edge at the specified ratio of a segment of the edge and the corresponding touch point.
getTargetArrowAnchor (GeneralPath, IArrow)in PathEdgeStyleBaseCalculates the target arrow anchor and direction for a given arrow and path.