Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
695 0 0 0 100% 4.357 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.hipparchus.geometry.euclidean.twod 164 0 0 0 100% 0.353 s
org.hipparchus.geometry 6 0 0 0 100% 0.022 s
org.hipparchus.geometry.enclosing 14 0 0 0 100% 0.218 s
org.hipparchus.geometry.spherical.oned 48 0 0 0 100% 0.028 s
org.hipparchus.geometry.euclidean.oned 96 0 0 0 100% 0.005 s
org.hipparchus.geometry.spherical.twod 44 0 0 0 100% 0.817 s
org.hipparchus.geometry.euclidean.threed 290 0 0 0 100% 2.856 s
org.hipparchus.geometry.euclidean.twod.hull 33 0 0 0 100% 0.058 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.hipparchus.geometry.euclidean.twod

- Class Tests Errors Failures Skipped Success Rate Time
FrenchVector2DFormatTest 31 0 0 0 100% 0.024 s
DiskGeneratorTest 5 0 0 0 100% 0.023 s
LineTest 9 0 0 0 100% 0.002 s
Vector2DFormatTest 31 0 0 0 100% 0.002 s
SubLineTest 13 0 0 0 100% 0.005 s
FieldVector2DTest 17 0 0 0 100% 0 s
Vector2DTest 19 0 0 0 100% 0.004 s
PolygonsSetTest 35 0 0 0 100% 0.291 s
Euclidean2DTest 3 0 0 0 100% 0.002 s
SegmentTest 1 0 0 0 100% 0 s

org.hipparchus.geometry

- Class Tests Errors Failures Skipped Success Rate Time
LocalizedGeometryFormatsTest 6 0 0 0 100% 0.022 s

org.hipparchus.geometry.enclosing

- Class Tests Errors Failures Skipped Success Rate Time
WelzlEncloser3DTest 7 0 0 0 100% 0.128 s
WelzlEncloser2DTest 7 0 0 0 100% 0.090 s

org.hipparchus.geometry.spherical.oned

- Class Tests Errors Failures Skipped Success Rate Time
Sphere1Test 3 0 0 0 100% 0.009 s
ArcsSetTest 30 0 0 0 100% 0.016 s
S1PointTest 6 0 0 0 100% 0.001 s
LimitAngleTest 2 0 0 0 100% 0.001 s
ArcTest 7 0 0 0 100% 0.001 s

org.hipparchus.geometry.euclidean.oned

- Class Tests Errors Failures Skipped Success Rate Time
Vector1DTest 24 0 0 0 100% 0.001 s
FrenchVector1DFormatTest 28 0 0 0 100% 0.001 s
Vector1DFormatTest 28 0 0 0 100% 0.003 s
IntervalsSetTest 7 0 0 0 100% 0 s
IntervalTest 6 0 0 0 100% 0 s
Euclidean1DTest 3 0 0 0 100% 0 s

org.hipparchus.geometry.spherical.twod

- Class Tests Errors Failures Skipped Success Rate Time
CircleTest 11 0 0 0 100% 0.008 s
S2PointTest 9 0 0 0 100% 0.053 s
SubCircleTest 4 0 0 0 100% 0.052 s
SphericalPolygonsSetTest 20 0 0 0 100% 0.704 s

org.hipparchus.geometry.euclidean.threed

- Class Tests Errors Failures Skipped Success Rate Time
FieldLineTest 7 0 0 0 100% 0.001 s
RotationStageTest 3 0 0 0 100% 0 s
Euclidean3DTest 3 0 0 0 100% 0 s
PlaneTest 10 0 0 0 100% 0 s
FrenchVector3DFormatTest 31 0 0 0 100% 0.002 s
FieldRotationDSTest 25 0 0 0 100% 1.152 s
Vector3DTest 35 0 0 0 100% 0.008 s
Vector3DFormatTest 31 0 0 0 100% 0.002 s
LineTest 8 0 0 0 100% 0.001 s
OutlineExtractorTest 2 0 0 0 100% 0.009 s
FieldVector3DTest 33 0 0 0 100% 0.041 s
SphereGeneratorTest 7 0 0 0 100% 0.025 s
RotationTest 26 0 0 0 100% 0.068 s
RotationOrderTest 3 0 0 0 100% 0 s
SubLineTest 13 0 0 0 100% 0 s
FieldRotationDfpTest 26 0 0 0 100% 1.296 s
SphericalCoordinatesTest 5 0 0 0 100% 0.182 s
PolyhedronsSetTest 22 0 0 0 100% 0.069 s

org.hipparchus.geometry.euclidean.twod.hull

- Class Tests Errors Failures Skipped Success Rate Time
MonotoneChainTest 17 0 0 0 100% 0.017 s
AklToussaintHeuristicTest 16 0 0 0 100% 0.041 s

Test Cases

[Summary] [Package List] [Test Cases]

Vector1DTest

testEqualsIeee754 0 s
testAdd 0 s
testNaN 0 s
testDistanceInf 0 s
testSubtract 0 s
testNorm1 0 s
testSpace 0 s
testHash 0 s
testNorm 0 s
testZero 0 s
testToString 0 s
testConstructors 0 s
testScalarProduct 0 s
testInfinite 0 s
testNormalize 0 s
testDistance 0 s
testDistance1 0 s
testCoordinates 0 s
testEquals 0 s
testNegate 0 s
testNormSq 0 s
testDistanceSq 0 s
testArithmeticBlending 0 s
testNormInf 0 s

LocalizedGeometryFormatsTest

testNoMissingFrenchTranslation 0.014 s
testNoOpEnglishTranslation 0.002 s
testVariablePartsConsistency 0.002 s
testMessageNumber 0 s
testAllKeysPresentInPropertiesFiles 0.003 s
testAllPropertiesCorrespondToKeys 0 s

FrenchVector1DFormatTest

testConstructorSingleFormat 0 s
testParseSimpleWithDecimals 0 s
testParseZeroX 0 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector1D 0 s
testForgottenPrefix 0 s
testForgottenSuffix 0 s
testNegativeX 0 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0.001 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0 s
testSimpleWithDecimals 0 s

FrenchVector2DFormatTest

testConstructorSingleFormat 0.004 s
testParseSimpleWithDecimals 0 s
testForgottenSeparator 0 s
testParseZeroX 0.001 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0.001 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector2D 0.001 s
testForgottenPrefix 0 s
testForgottenSuffix 0 s
testNegativeX 0 s
testNegativeY 0 s
testNegativeZ 0.001 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0.013 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0.001 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0 s
testSimpleWithDecimals 0 s

FieldLineTest

testContains 0 s
testLineDistance 0 s
testClosest 0.001 s
testIntersection 0 s
testRevert 0 s
testSimilar 0 s
testPointDistance 0 s

RotationStageTest

testAxis 0 s
testComponent 0 s
testFieldComponent 0 s

DiskGeneratorTest

testSupport2Points 0 s
testSupport3Points 0 s
testSupport0Point 0 s
testSupport1Point 0.001 s
testRandom 0.022 s

Sphere1Test

testSerialization 0.007 s
testSubSpace 0 s
testDimension 0 s

LineTest

testAbscissa 0 s
testOriginOffset 0 s
testPointAt 0.001 s
testContains 0 s
testDistance 0 s
testIntersection 0 s
testOffset 0 s
testTransform 0.001 s
testParallel 0 s

CircleTest

testEquator 0 s
testSubSpace 0.001 s
testPhase 0 s
testSpace 0 s
testXY 0 s
testTooSmallTolerance 0 s
testInsideArc 0.003 s
testReverse 0 s
testGetArc 0 s
testOffset 0 s
testTransform 0.001 s

S2PointTest

testEqualsIeee754 0 s
testNaN 0 s
testSpace 0.001 s
testS2Point 0 s
testTooLargePolarAngle 0.001 s
testDistance 0 s
testEquals 0 s
testNegate 0.050 s
testNegativePolarAngle 0 s

WelzlEncloser3DTest

testIssue20Generator 0 s
testIssue20Encloser 0.001 s
testInfiniteLoop 0.008 s
testNullList 0 s
testLargeSamples 0.107 s
testReducingBall 0.012 s
testNoPoints 0 s

ArcsSetTest

testFullCircle 0 s
testInconsistentState 0.001 s
testArc 0 s
testSpecialConstruction 0 s
testIteration 0.001 s
testEmpty 0 s
testSideHyper 0 s
testSide 0 s
testTiny 0 s
testSplitAtEnd 0.001 s
testEmptyTree 0 s
testFullEqualEndPoints 0 s
testSideEmbedded 0 s
testSplitOver2Pi 0 s
testSplitWithinEpsilon 0.001 s
testWrongInterval 0 s
testTooSmallTolerance 0 s
testWrapAround2PiArc 0.001 s
testDifference 0 s
testIntersection 0 s
testSplitOverlapping 0 s
testMultiple 0 s
testSplitEmbedded 0 s
testShuffledTreeRepresentable 0 s
testFarSplit 0 s
testShiftedAngles 0.006 s
testShuffledTreeNonRepresentable 0 s
testSinglePoint 0 s
testSideOverlapping 0 s
testSideSplitConsistency 0 s

S1PointTest

testEqualsIeee754 0 s
testNaN 0 s
testSpace 0 s
testS1Point 0.001 s
testDistance 0 s
testEquals 0 s

Vector1DFormatTest

testConstructorSingleFormat 0 s
testParseSimpleWithDecimals 0 s
testParseZeroX 0 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector1D 0 s
testForgottenPrefix 0 s
testForgottenSuffix 0 s
testNegativeX 0 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0.001 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0 s
testSimpleWithDecimals 0.001 s

Euclidean3DTest

testSerialization 0 s
testSubSpace 0 s
testDimension 0 s

PlaneTest

testIntersection2 0 s
testIntersection3 0 s
testPoint 0 s
testThreePoints 0 s
testContains 0 s
testIntersection 0 s
testOffset 0 s
testRotate 0 s
testSimilar 0 s
testTranslate 0 s

FrenchVector3DFormatTest

testConstructorSingleFormat 0 s
testParseSimpleWithDecimals 0 s
testForgottenSeparator 0 s
testParseZeroX 0 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector3D 0 s
testForgottenPrefix 0 s
testForgottenSuffix 0 s
testNegativeX 0 s
testNegativeY 0 s
testNegativeZ 0 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0.001 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0.001 s
testSimpleWithDecimals 0 s

IntervalsSetTest

testInfinite 0 s
testNoBoundaries 0 s
testInterval 0 s
testMultiple 0 s
testShuffledTreeRepresentable 0 s
testShuffledTreeNonRepresentable 0 s
testSinglePoint 0 s

Vector2DFormatTest

testConstructorSingleFormat 0 s
testParseSimpleWithDecimals 0 s
testForgottenSeparator 0 s
testParseZeroX 0 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector2D 0 s
testForgottenPrefix 0 s
testForgottenSuffix 0.001 s
testNegativeX 0 s
testNegativeY 0 s
testNegativeZ 0 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0.001 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0 s
testSimpleWithDecimals 0 s

FieldRotationDSTest

testDoubleVectors 0.089 s
testAxisAngleFrameTransform 0 s
testComposeInverseVectorOperator 0.016 s
testArray 0.005 s
testVectorTwoPairs 0 s
testRevertVectorOperator 0 s
testApplyInverseToRotation 0.007 s
testRevertFrameTransform 0 s
testComposeVectorOperator 0.006 s
testComposeInverseframeTransform 0.007 s
testComposeFrameTransform 0.006 s
testDerivatives 0.016 s
testIdentity 0 s
testApplyToRotation 0.006 s
testApplyInverseTo 0.012 s
testAngles 0.869 s
testVectorOnePair 0 s
testDoubleRotations 0.108 s
testIssue639 0 s
testIssue801 0 s
testMatrix 0.001 s
testRevert 0 s
testAxisAngleVectorOperator 0 s
testSingularities 0.002 s
testQuaternion 0.002 s

IntervalTest

testStrictOrdering 0 s
testWholeLine 0 s
testInfinite 0 s
testInterval 0 s
testTolerance 0 s
testSinglePoint 0 s

Euclidean1DTest

testSerialization 0 s
testSubSpace 0 s
testDimension 0 s

LimitAngleTest

testReversedLimit 0 s
testTooSmallTolerance 0 s

SubLineTest

testEndPoints 0.003 s
testIntersectionParallel 0 s
testNoEndPoints 0 s
testIntersectionInsideInside 0 s
testIntersectionBoundaryBoundary 0 s
testIntersectionOutsideOutside 0 s
testIntersectionBoundaryOutside 0 s
testSeveralSegments 0.001 s
testHalfInfiniteNeg 0 s
testHalfInfinitePos 0 s
testIntersectionInsideOutside 0 s
testNoSegments 0 s
testIntersectionInsideBoundary 0 s

FieldVector2DTest

testOrientation 0 s
testAdd 0 s
testSubtract 0 s
testIsInfinite 0 s
testAngle 0 s
testIsNaN 0 s
testNorms 0 s
testConstructors 0 s
testScalarMultiply 0 s
testToMethods 0 s
testCrossProduct 0 s
testConstants 0 s
testHashCode 0 s
testNormalize 0 s
testDistances 0 s
testEquals 0 s
testNegate 0 s

Vector2DTest

testOrientation 0 s
testEqualsIeee754 0 s
testAdd 0 s
testSubtract 0 s
testIsInfinite 0.001 s
testAngle 0 s
testIsNaN 0 s
testNorms 0 s
testConstructors 0 s
testScalarMultiply 0 s
testToMethods 0 s
testCrossProduct 0 s
testConstants 0 s
testHashCode 0 s
testNormalize 0 s
testDistances 0 s
testEquals 0.001 s
testNegate 0 s
testArithmeticBlending 0.002 s

SubCircleTest

testFullCircle 0.012 s
testSPlit 0.007 s
testSide 0.001 s
testSideSplitConsistency 0.001 s

Vector3DTest

testEqualsIeee754 0 s
testVectorialProducts 0 s
testAccurateCrossProduct 0 s
testCrossProductCancellation 0 s
testAdd 0 s
testNaN 0 s
testDistanceInf 0 s
testSubtract 0 s
testAngular 0 s
testAngle 0 s
testNorm1 0 s
testSpace 0 s
testWrongDimension 0 s
testHash 0 s
testNorm 0 s
testZero 0 s
testToString 0 s
testConstructors 0 s
testScalarProduct 0 s
testDotProduct 0.003 s
testCrossProduct 0.005 s
testOrthogonal 0 s
testAngularSeparation 0 s
testInfinite 0 s
testNormalize 0 s
testDistance 0 s
testDistance1 0 s
testCoordinates 0 s
testEquals 0 s
testAccurateDotProduct 0 s
testNegate 0 s
testNormSq 0 s
testDistanceSq 0 s
testArithmeticBlending 0 s
testNormInf 0 s

Vector3DFormatTest

testConstructorSingleFormat 0 s
testParseSimpleWithDecimals 0 s
testForgottenSeparator 0 s
testParseZeroX 0 s
testNan 0 s
testSimpleWithDecimalsTrunc 0 s
testParseNegativeX 0 s
testParseNegativeY 0 s
testParseNegativeZ 0 s
testParseNegativeAll 0 s
testDefaultFormatVector3D 0 s
testForgottenPrefix 0.001 s
testForgottenSuffix 0 s
testNegativeX 0 s
testNegativeY 0.001 s
testNegativeZ 0 s
testPrefixSuffixSeparator 0 s
testParseIgnoredWhitespace 0 s
testParseSimpleWithDecimalsTrunc 0 s
tesNegativeInfinity 0 s
testParseNegativeInfinity 0 s
testNonDefaultSetting 0 s
testSimpleNoDecimals 0 s
testDefaults 0 s
testParseSimpleNoDecimals 0 s
testNumberFormat 0 s
testPositiveInfinity 0 s
testParseNonDefaultSetting 0 s
testParseNan 0 s
testParsePositiveInfinity 0 s
testSimpleWithDecimals 0 s

ArcTest

testFullCircle 0.001 s
testArc 0 s
testSmall 0 s
testWrongInterval 0 s
testTooSmallTolerance 0 s
testGetOffset 0 s
testTolerance 0 s

LineTest

testCancellation 0 s
testContains 0 s
testLineDistance 0 s
testClosest 0 s
testIntersection 0 s
testRevert 0.001 s
testSimilar 0 s
testPointDistance 0 s

PolygonsSetTest

testOppositeHyperplanes 0.001 s
testBoundarySimplification 0.002 s
testDisjointPolygons 0 s
testEmptyDifference 0 s
testBox 0 s
testXor 0.002 s
testBug20040520 0 s
testBug20041003 0 s
testOversampledCircleIssue64 0.015 s
testEmpty 0 s
testStair 0.001 s
testUnion 0 s
testFull 0 s
testHole 0.001 s
testIssue880Complete 0.009 s
testIssue880Simplified 0.001 s
testWrongUsage 0 s
testZigZagBoundaryOversampledIssue46 0.238 s
testTooThinBox 0 s
testInconsistentHyperplanes 0 s
testChoppedHexagon 0.001 s
testInfiniteQuadrant 0 s
testLineIntersection 0 s
testOppositeEdges 0 s
testIssue1162 0 s
testInfinite 0 s
testDifference 0.001 s
testIntersection 0 s
testUnlimitedSubHyperplane 0.001 s
testConcentric 0 s
testPositiveQuadrantByVerticesDetailIssue46 0.017 s
testThinRectangle 0 s
testSingularPoint 0 s
testSqueezedHexa 0 s
testSimplyConnected 0.001 s

Euclidean2DTest

testSerialization 0.001 s
testSubSpace 0.001 s
testDimension 0 s

OutlineExtractorTest

testBox 0.003 s
testHolesInFacet 0.006 s

FieldVector3DTest

testVectorialProducts 0 s
testAccurateCrossProduct 0 s
testCrossProductCancellation 0 s
testAdd 0 s
testNaN 0 s
testDistanceInf 0 s
testSubtract 0 s
testAngular 0 s
testAngle 0 s
testNorm1 0 s
testWrongDimension 0.001 s
testHash 0 s
testNorm 0 s
testToString 0 s
testConstructors 0 s
testScalarProduct 0 s
testArithmeticalBlending 0 s
testDotProduct 0.018 s
testCrossProduct 0.021 s
testOrthogonal 0 s
testAngularSeparation 0 s
testInfinite 0 s
testNormalize 0 s
testDistance 0 s
testDistance1 0 s
testCoordinates 0 s
testEquals 0 s
testAccurateDotProduct 0 s
testCanonical 0.001 s
testNegate 0 s
testNormSq 0 s
testDistanceSq 0 s
testNormInf 0 s

SphereGeneratorTest

testDegeneratedCase 0 s
testSupport2Points 0 s
testSupport3Points 0 s
testSupport0Point 0 s
testSupport1Point 0.001 s
testSupport4Points 0 s
testRandom 0.024 s

RotationTest

testAxisAngleFrameTransform 0 s
testWrongMatrix 0 s
testComposeInverseVectorOperator 0 s
testIssue304Cardan 0 s
testGithubPullRequest22A 0 s
testGithubPullRequest22B 0 s
testComposeInverseFrameTransform 0.001 s
testArray 0 s
testApplyTo 0 s
testIssue304Euler 0 s
testVectorTwoPairs 0.001 s
testRevertVectorOperator 0 s
testApplyInverseToRotation 0 s
testRevertFrameTransform 0 s
testComposeVectorOperator 0 s
testComposeFrameTransform 0 s
testIdentity 0 s
testApplyInverseTo 0.001 s
testAngles 0.064 s
testVectorOnePair 0 s
testIssue639 0 s
testIssue801 0 s
testMatrix 0 s
testAxisAngleVectorOperator 0 s
testSingularities 0.001 s
testQuaternion 0 s

RotationOrderTest

testName 0 s
testIssue72InvalidName 0 s
testIssue72 0 s

WelzlEncloser2DTest

testSolutionOnDiameter 0.001 s
testNullList 0 s
testReducingBall1 0 s
testReducingBall2 0 s
testLargeSamples 0.086 s
testRegularPoints 0 s
testNoPoints 0 s

SubLineTest

testEndPoints 0 s
testNoEndPoints 0 s
testIntersectionInsideInside 0 s
testIntersectionBoundaryBoundary 0 s
testIntersectionOutsideOutside 0 s
testIntersectionBoundaryOutside 0 s
testIntersectionNotIntersecting 0 s
testSeveralSegments 0 s
testHalfInfiniteNeg 0 s
testHalfInfinitePos 0 s
testIntersectionInsideOutside 0 s
testNoSegments 0 s
testIntersectionInsideBoundary 0 s

FieldRotationDfpTest

testDoubleVectors 0.411 s
testAxisAngleFrameTransform 0.001 s
testComposeInverseVectorOperator 0.048 s
testIssue304Cardan 0.006 s
testComposeInverseFrameTransform 0.055 s
testArray 0.038 s
testIssue304Euler 0.005 s
testVectorTwoPairs 0.003 s
testRevertVectorOperator 0.001 s
testApplyInverseToRotation 0.057 s
testRevertFrameTransform 0 s
testComposeVectorOperator 0.060 s
testComposeFrameTransform 0.041 s
testIdentity 0 s
testApplyToRotation 0.038 s
testApplyInverseTo 0.085 s
testAngles 0.171 s
testVectorOnePair 0.001 s
testDoubleRotations 0.234 s
testIssue639 0.001 s
testIssue801 0 s
testMatrix 0.003 s
testRevert 0 s
testAxisAngleVectorOperator 0.001 s
testSingularities 0.015 s
testQuaternion 0.019 s

MonotoneChainTest

testConvergenceException 0 s
testAllIdentical 0 s
testCollinearPoints 0 s
testOnePoint 0 s
testCollinearPointsIncluded 0 s
testIdenticalPoints 0.001 s
testCollinearPointOnExistingBoundary 0 s
testEmpty 0 s
testCollinearPointsInAnyOrder 0 s
testNullArgument 0 s
testClosePoints 0 s
testTwoPoints 0 s
testIssue1123 0.002 s
testCollinearPointsReverse 0 s
testCollinearPointsIncludedReverse 0 s
testIdenticalPoints2 0.001 s
testConvexHull 0.012 s

AklToussaintHeuristicTest

testAllIdentical 0.002 s
testCollinearPoints 0.001 s
testOnePoint 0 s
testCollinearPointsIncluded 0.001 s
testIdenticalPoints 0.001 s
testCollinearPointOnExistingBoundary 0 s
testEmpty 0 s
testCollinearPointsInAnyOrder 0.001 s
testNullArgument 0 s
testClosePoints 0 s
testTwoPoints 0 s
testIssue1123 0.008 s
testCollinearPointsReverse 0 s
testCollinearPointsIncludedReverse 0.001 s
testIdenticalPoints2 0 s
testConvexHull 0.024 s

SegmentTest

testDistance 0 s

SphericalPolygonsSetTest

testSeveralParts 0.026 s
testConstructingFromFewPointsIssue46 0.004 s
testFullSphere 0.001 s
testConcentricSubParts 0.026 s
testEmpty 0.001 s
testPositiveOctantByVerticesDetailIssue46 0.032 s
testPartWithHole 0.001 s
testModeratlyComplexShape 0.001 s
testZigZagBoundaryOversampledIssue46 0.576 s
testGeographicalMap 0.024 s
testPositiveOctantByIntersection 0.003 s
TestIntersectionOrder 0.001 s
testNonConvex 0.001 s
testGitHubIssue41 0 s
testSouthHemisphere 0.001 s
testDefensiveProgrammingCheck 0.001 s
testPositiveOctantByVertices 0.001 s
testZigZagBoundary 0.001 s
testGitHubIssue42A 0 s
testGitHubIssue42B 0.001 s

SphericalCoordinatesTest

testCoordinatesCtoS 0 s
testCoordinatesStoC 0 s
testSerialization 0.001 s
testHessian 0.101 s
testGradient 0.080 s

PolyhedronsSetTest

testOrientation 0.037 s
testBox 0.001 s
testCross 0.002 s
testHole 0.001 s
testBuildBox 0.001 s
testDumpParse 0.004 s
testWrongUsage 0 s
testTetrahedron 0 s
testEmptyBRepIfEmpty 0.001 s
testTooClose 0.002 s
testTooThinBox 0 s
testConnectedFacets 0.002 s
testFacet2Vertices 0 s
testFirstIntersectionLinesPassThroughBoundaries 0 s
testNoBRepUnboundedOctant 0 s
testNoBRepHalfSpace 0 s
testNonPlanar 0.007 s
testIssue1211 0.004 s
testNoBRepHolesInFacet 0.004 s
testBRepExtractor 0 s
testIsometry 0.001 s
testIssue780 0.002 s

Back to top

Version: 3.1. Last Published: 2024-04-02.

Reflow Maven skin maintained by Olivier Lamy.