Utility.GetDeviation2D Method

Computes the deviation of an arc defined by two 2D points and two 2D tangents.
Public Shared Function GetDeviation2D( _ 
ByVal a As Point2D, _ 
ByVal aTan As Vector2D, _ 
ByVal b As Point2D, _ 
ByVal bTan As Vector2D, _ 
ByRef radius As Double
) As Double
This language is not supported or no code example is available.
public static double GetDeviation2D( 
Point2D a
Vector2D aTan
Point2D b
Vector2D bTan
out double radius 
)
This language is not supported or no code example is available.

Parameters

a
Point2D

The first 2D point

aTan
Vector2D

The first 2D tangent

b
Point2D

The second 2D point

bTan
Vector2D

The second 2D tangent

radius
double

The resulting arc radius

Return Value

double

The deviation amount.

.NET Framework

Supported in: 4.8

In this article

Definition