FRotation3 Conversion (FPoint3 to FRotation3)
Cast the FPoint3 instance to a FRotation3.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static implicit operator FRotation3 (
FPoint3 value
)
Public Shared Widening Operator CType (
value As FPoint3
) As FRotation3
No code example is currently available or this language may not be supported.
- value FPoint3
-
Reference to the 3D point to convert.
FRotation3
Reference to the newly created 3D copy of the caller's 3D point, if
valid. Otherwise, an empty rotation.