FPoint3   Conversion (FPoint to FPoint3)

Cast the FPoint instance to a FPoint3.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static implicit operator FPoint3 (
	FPoint value
)

Parameters

value  FPoint
Reference to the 2D point to convert.

Return Value

FPoint3
Reference to the newly created 3D copy of the caller's 2D point, if valid. Otherwise, an empty point.

See Also