FPoint3TransferValues(FPoint3, Single, Single, Single) Method

Transfer member values to the specified target.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FPoint3 target,
	float x,
	float y,
	float z
)

Parameters

target  FPoint3
Reference to the item to be set.
x  Single
X coordinate to assign.
y  Single
Y coordinate to assign.
z  Single
Z coordinate to assign.

See Also