FPoint3Assign(FPoint3, FPoint3) Method

Set the base values of the target point from the source.

Definition

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

Parameters

source  FPoint3
Reference to the source point.
target  FPoint3
Reference to the target point.

See Also