CADability dotNET

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

Syntax

C#
public GeoPoint2D[] TangentPointsToAngle(
	Angle ang,
	GeoPoint2D CloseTo
)
Visual Basic
Public Function TangentPointsToAngle ( _
	ang As Angle, _
	CloseTo As GeoPoint2D _
) As GeoPoint2D()
Visual C++
public:
virtual array<GeoPoint2D>^ TangentPointsToAngle(
	Angle ang, 
	GeoPoint2D CloseTo
) sealed

Parameters

ang
Type: CADability..::..Angle
CloseTo
Type: CADability..::..GeoPoint2D

Return Value

Implements

ICurve2D..::..TangentPointsToAngle(Angle, GeoPoint2D)

See Also