CADability dotNET
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D c

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

Syntax

C#
public GeoPoint2D(
	GeoPoint2D c,
	double d,
	Angle a
)
Visual Basic
Public Sub New ( _
	c As GeoPoint2D, _
	d As Double, _
	a As Angle _
)
Visual C++
public:
GeoPoint2D(
	GeoPoint2D c, 
	double d, 
	Angle a
)

Parameters

c
Type: CADability..::..GeoPoint2D
Original point
d
Type: System..::..Double
Distance to the original point
a
Type: CADability..::..Angle
Angle to the original point

See Also