Add Point to this

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

Syntax

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

Parameters

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

See Also