Sets the value of this Point2D to the Vector3D difference of itself and Point2D pt (this = this.End - pt).

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public void Sub(
	Point2D pt
)
Visual Basic (Declaration)
Public Sub Sub ( _
	pt As Point2D _
)
Visual C++
public:
void Sub(
	Point2D pt
)

Parameters

pt
Type: Hyleos.Common.Geometry..::.Point2D
Point2D to sub

See Also