Set Atoms _coordinates using Point2D values

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public void SetCoordinates(
	Point2D p
)
Visual Basic (Declaration)
Public Sub SetCoordinates ( _
	p As Point2D _
)
Visual C++
public:
void SetCoordinates(
	Point2D p
)

See Also