C# 클래스 Accord.Tests.Math.LineTest

파일 보기 프로젝트 열기: accord-net/framework

비공개 메소드들

메소드 설명
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