C# Class DrewNoakes.QuadrilateralFinder.Intersection

Models the intersection of two LineSegment2 instances.
Afficher le fichier Open project: drewnoakes/quadrilateral-finder Class Usage Examples

Méthodes publiques

Méthode Description
Intersection ( LineSegment2 line1, LineSegment2 line2 )

Method Details

Intersection() public méthode

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