C# Class DrewNoakes.QuadrilateralFinder.Intersection

Models the intersection of two LineSegment2 instances.
Exibir arquivo Open project: drewnoakes/quadrilateral-finder Class Usage Examples

Public Methods

Method Description
Intersection ( LineSegment2 line1, LineSegment2 line2 )

Method Details

Intersection() public method

public Intersection ( LineSegment2 line1, LineSegment2 line2 )
line1 LineSegment2
line2 LineSegment2