FLineIsPointOnLine Method

Return a value indicating whether the caller's point is on the specified line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static bool IsPointOnLine(
	FLine line,
	FVector2 point
)

Parameters

line  FLine
Reference to the line to test.
point  FVector2
Reference to the point to test for membership.

Return Value

Boolean
True if the specified point is on the provided line. Otherwise, false.

See Also