Sets the value of this Point3D to the Vector3D difference of itself and Point3D 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(
	Point3D pt
)
Visual Basic (Declaration)
Public Sub Sub ( _
	pt As Point3D _
)
Visual C++
public:
void Sub(
	Point3D pt
)

Parameters

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

See Also