FPoint3(FPoint3) Constructor

Create a new Instance of the FPoint3 Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FPoint3(
	FPoint3 source
)

Parameters

source  FPoint3
Reference to an instance of an FPoint3 to use for reference values.

See Also