C# Class Accord.Tests.Math.LineTest

Show file Open project: accord-net/framework

Private Methods

Method Description
DistanceToPointTest ( float x, float y, float x1, float y1, float x2, float y2, float expectedDistance ) : void
GetAngleBetweenLinesTest ( float sx1, float sy1, float ex1, float ey1, float sx2, float sy2, float ex2, float ey2, float expectedAngle ) : void
GetIntersectionPointTest ( float sx1, float sy1, float ex1, float ey1, float sx2, float sy2, float ex2, float ey2, float xRet, float yRet, bool hasResult ) : void
IsHorizontalTest ( float sx, float sy, float ex, float ey, bool expectedResult, float expectedSlope, float expectedIntercept ) : void
IsVerticalTest ( float sx, float sy, float ex, float ey, bool expectedResult, float expectedSlope, float expectedIntercept ) : void
RThetaTest ( float x, float y, float theta, float expectedRadius, float expectedSlope, float expectedIntercept ) : void