CADability dotNET
Calculates the points where the direction of the curve is parallel to the given direction. Returns all possible position within the curve (not the extended curve)

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
double[] TangentPointsToAngle(
	GeoVector2D direction
)
Visual Basic
Function TangentPointsToAngle ( _
	direction As GeoVector2D _
) As Double()
Visual C++
array<double>^ TangentPointsToAngle(
	GeoVector2D direction
)

Parameters

direction
Type: CADability..::..GeoVector2D
the direction

Return Value

positions found

See Also