Add coordinates of two point

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

Syntax

C#
public static void Add(
	Point3D p1,
	Point3D p2,
	Point3D p
)
Visual Basic (Declaration)
Public Shared Sub Add ( _
	p1 As Point3D, _
	p2 As Point3D, _
	p As Point3D _
)
Visual C++
public:
static void Add(
	Point3D p1, 
	Point3D p2, 
	Point3D p
)

See Also