C# Class Accord.Tests.Math.LineSegmentTest

Show file Open project: accord-net/framework

Private Methods

Method Description
CollinearIntersectionPointTest ( float ax1, float ay1, float ax2, float ay2, float bx1, float by1, float bx2, float by2 ) : void
CommonIntersectionPointTest ( float ax1, float ay1, float ax2, float ay2, float bx1, float by1, float bx2, float by2, float ix, float iy ) : void
DistanceToPointTest ( float x, float y, float x1, float y1, float x2, float y2, float expectedDistance ) : void
IntersectionPointTest ( float ax1, float ay1, float ax2, float ay2, float bx1, float by1, float bx2, float by2, float ix, float iy, IntersectionType type ) : void
LengthTest ( float sx, float sy, float ex, float ey, float expectedResult ) : void
OverlappingSegmentIntersectionPointTest ( float ax1, float ay1, float ax2, float ay2, float bx1, float by1, float bx2, float by2 ) : void
ParallelIntersectionPointTest ( float ax1, float ay1, float ax2, float ay2, float bx1, float by1, float bx2, float by2 ) : void