FRotation3   Conversion (FPoint3 to FRotation3)

Cast the FPoint3 instance to a FRotation3.

Definition

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

Parameters

value  FPoint3
Reference to the 3D point to convert.

Return Value

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

See Also