Table of Contents

Method IsIntersectHorizontalLine

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.Runtime.dll

IsIntersectHorizontalLine(float, float, float, float, float, out Vector2)

public static bool IsIntersectHorizontalLine(float x1, float y1, float x2, float y2, float lineY, out Vector2 intersection)

Parameters

x1 float
y1 float
x2 float
y2 float
lineY float
intersection Vector2

Returns

bool