Set Atoms _coordinates using float 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(
	float x,
	float y,
	float z
)
Visual Basic (Declaration)
Public Sub SetCoordinates ( _
	x As Single, _
	y As Single, _
	z As Single _
)
Visual C++
public:
void SetCoordinates(
	float x, 
	float y, 
	float z
)

Parameters

x
Type: System..::.Single
X _coordinates
y
Type: System..::.Single
Y _coordinates
z
Type: System..::.Single
Z _coordinates

See Also