FPoint3Clone(FPoint3) Method

Return a memberwise clone of the provided point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FPoint3 Clone(
	FPoint3 point
)

Parameters

point  FPoint3
Reference to the source point to be cloned.

Return Value

FPoint3
Reference to a new FPoint instance where the primitive member values are the same as those in the source, if a legitimate source was provided. Otherwise, an empty FPoint.

See Also