Invert point coordinates

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 Invert(
	Point3D p
)
Visual Basic (Declaration)
Public Shared Sub Invert ( _
	p As Point3D _
)
Visual C++
public:
static void Invert(
	Point3D p
)

Parameters

p
Type: Hyleos.Common.Geometry..::.Point3D
3D point

See Also