Add coordinates of two point
Namespace:
Hyleos.Common.GeometryAssembly: 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 ) |
Parameters
- p1
- Type: Hyleos.Common.Geometry..::.Point3D
Point 1
- p2
- Type: Hyleos.Common.Geometry..::.Point3D
Point 2
- p
- Type: Hyleos.Common.Geometry..::.Point3D
Output point