@set


Description:

public void @set (double x, double y, double z)

Sets the X, Y and Z coordinates of this to x, y and z.

Parameters:

this

a pointer to a Vector3.

x

the X coordinate.

y

the Y coordinate.

z

the Z coordinate.