FPoint3(FVector3) Constructor

Create a new Instance of the FPoint Item.

Definition

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

Parameters

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

See Also