TrigGetDirection Method
Return the direction of the line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static DirectionEnum GetDirection(
FVector2 startPoint,
FVector2 endPoint,
DrawingSpaceEnum drawingSpace = DrawingSpaceEnum.Display
)
Public Shared Function GetDirection (
startPoint As FVector2,
endPoint As FVector2,
Optional drawingSpace As DrawingSpaceEnum = DrawingSpaceEnum.Display
) As DirectionEnum
No code example is currently available or this language may not be supported.
- startPoint FVector2
-
Start coordinates.
- endPoint FVector2
-
End coordinates.
- drawingSpace DrawingSpaceEnum (Optional)
-
The drawing space for which the result is being prepared.
Default = Display.
DirectionEnum
Direction mask with 8 point resolution.