Click or drag to resize

MathAlgorithmsIntersectRayRay Method (Vector2F, Vector2F, Vector2F, Vector2F, Vector2F)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IntersectRayRay(
	Vector2F pt11,
	Vector2F pt12,
	Vector2F pt21,
	Vector2F pt22,
	out Vector2F intersectPoint
)

Parameters

pt11
Type: NeoAxisVector2F
pt12
Type: NeoAxisVector2F
pt21
Type: NeoAxisVector2F
pt22
Type: NeoAxisVector2F
intersectPoint
Type: NeoAxisVector2F

Return Value

Type: Boolean
See Also