'Declaration Public Overloads Shared Function Add( _
ByVal point1The first point to add.As VintasoftPoint3D, _
ByVal point2The second point to add.As VintasoftPoint3D _
) As VintasoftPoint3D
public static VintasoftPoint3D Add(
VintasoftPoint3D point1,
VintasoftPoint3D point2
)
public: static VintasoftPoint3D Add(
VintasoftPoint3D point1,
VintasoftPoint3D point2
)
public:
static VintasoftPoint3D Add(
VintasoftPoint3D point1,
VintasoftPoint3D point2
)
Parameters
- point1
- The first point to add.
- point2
- The second point to add.
Return Value
The sum of point and point.