Utility.GetDeviation Method

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

Parameters

a
Point3D

The first 3D point

aTan
Vector3D

The first 3D tangent

b
Point3D

The second 3D point

bTan
Vector3D

The second 3D tangent

radius
double

The resulting arc radius

Return Value

double

The deviation amount.

.NET Framework

Supported in: 4.8

In this article

Definition