FPoint3TransferValues(FPoint3, FPoint3) Method

Transfer the member values of one instance to another.

Definition

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

Parameters

source  FPoint3
Reference to the source point whose values will be assigned.
target  FPoint3
Reference to the target point that will receive the values.

See Also