'Declaration
Public Sub IntersectWithHorizontalLine( _ ByVal y As System.Single, _ ByVal intersections As System.Collections.Generic.List(Of Single) _ )
'Usage
Dim instance As NPolygonLineIntersector Dim y As System.Single Dim intersections As System.Collections.Generic.List(Of Single) instance.IntersectWithHorizontalLine(y, intersections)
public void IntersectWithHorizontalLine( System.float y, System.Collections.Generic.List<float> intersections )
Parameters
- y
- intersections