plateform stringclasses 1
value | repo_name stringlengths 13 113 | name stringlengths 3 74 | ext stringclasses 1
value | path stringlengths 12 229 | size int64 23 843k | source_encoding stringclasses 9
values | md5 stringlengths 32 32 | text stringlengths 23 843k |
|---|---|---|---|---|---|---|---|---|
github | mattools/matGeom-master | test_createTranslation.m | .m | matGeom-master/tests/geom2d/test_createTranslation.m | 573 | utf_8 | 410d491fdaeea874f9dbb512c6f11eb1 | function test_suite = test_createTranslation
%TESTCREATETRANSLATION One-line description here, please.
% output = testCreateTranslation(input)
%
% Example
% testCreateTranslation
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using Matla... |
github | mattools/matGeom-master | test_parallelEdge.m | .m | matGeom-master/tests/geom2d/test_parallelEdge.m | 868 | utf_8 | dec7bd4f399290cf4d9790487ec3d248 | function test_suite = test_parallelEdge
%TEST_PARALLELEDGE Test case for the file parallelEdge
%
% Test case for the file parallelEdge
% Example
% test_parallelEdge
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2012-09-21, using Matlab 7.... |
github | mattools/matGeom-master | test_createCircle.m | .m | matGeom-master/tests/geom2d/test_createCircle.m | 1,332 | utf_8 | 1022e5a4dbc185e746f058bea8a20df2 | function test_suite = test_createCircle
% One-line description here, please.
% output = testMidPoint(input)
%
% Example
% testMidPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 200... |
github | mattools/matGeom-master | test_drawLine.m | .m | matGeom-master/tests/geom2d/test_drawLine.m | 3,373 | utf_8 | a4e05b2c8f2bd48ef66539a563e00adf | function test_suite = test_drawLine
% Tests the function 'drawLine'
% output = test_drawLine(input)
%
% Example
% testClipLine
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 2009 INRA ... |
github | mattools/matGeom-master | test_circumCircle.m | .m | matGeom-master/tests/geom2d/test_circumCircle.m | 671 | utf_8 | d3f9fc054a19d5c571ba60900e270dab | function test_suite = test_circumCircle
%TEST_CIRCUMCIRCLE Test case for the file circumCircle
%
% Test case for the file circumCircle
% Example
% test_circumCircle
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-12-09, using Matlab 7.... |
github | mattools/matGeom-master | test_vectorNorm.m | .m | matGeom-master/tests/geom2d/test_vectorNorm.m | 1,144 | utf_8 | 471021a37e176653df19d83912470079 | function test_suite = test_vectorNorm
% One-line description here, please.
% output = testVectorNorm(input)
%
% Example
% testVectorNorm
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 2... |
github | mattools/matGeom-master | test_intersectEdges.m | .m | matGeom-master/tests/geom2d/test_intersectEdges.m | 3,633 | utf_8 | 696cad7cc357ddee964b41c1ffe2e9b6 | function test_suite = test_intersectEdges
%TESTINTERSECTEDGES One-line description here, please.
% output = testIntersectEdges(input)
%
% Example
% testIntersectEdges
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471... |
github | mattools/matGeom-master | test_midPoint.m | .m | matGeom-master/tests/geom2d/test_midPoint.m | 1,906 | utf_8 | 667c65388781d43b21db8bad4c07cadf | function test_suite = test_midPoint
% One-line description here, please.
% output = testMidPoint(input)
%
% Example
% testMidPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 2009 IN... |
github | mattools/matGeom-master | test_clipLine.m | .m | matGeom-master/tests/geom2d/test_clipLine.m | 3,045 | utf_8 | 0adcea4a8d58e454a125ff351d72c9e4 | function test_suite = test_clipLine
% Tests the function 'clipLine'
% output = testClipLine(input)
%
% Example
% testClipLine
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 2009 INRA - ... |
github | mattools/matGeom-master | test_intersectLines.m | .m | matGeom-master/tests/geom2d/test_intersectLines.m | 2,032 | utf_8 | 4658656894939139e428420c58a1a142 | function test_suite = test_intersectLines
%TESTINTERSECTLINES One-line description here, please.
% output = testIntersectLines(input)
%
% Example
% testIntersectLines
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471... |
github | mattools/matGeom-master | test_intersectBoxes.m | .m | matGeom-master/tests/geom2d/test_intersectBoxes.m | 636 | utf_8 | a1e9f22a099b86a4af163f3713952efc | function test_suite = test_intersectBoxes
%testIntersectBoxes One-line description here, please.
%
% output = testIntersectBoxes(input)
%
% Example
% testIntersectBoxes
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-08-06, using Matla... |
github | mattools/matGeom-master | test_angle2Points.m | .m | matGeom-master/tests/geom2d/test_angle2Points.m | 1,630 | utf_8 | 682d30b31f74272e0249df62117595e9 | function test_suite = test_angle2Points
%TESTCLIPLINE One-line description here, please.
% output = testAngle2Points(input)
%
% Example
% testAngle2Points
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% ... |
github | mattools/matGeom-master | test_orientedBoxToPolygon.m | .m | matGeom-master/tests/geom2d/test_orientedBoxToPolygon.m | 444 | utf_8 | 77c73d004b3a47b5a74a8089f994fced | function test_suite = test_orientedBoxToPolygon
test_suite = functiontests(localfunctions);
function test_simple(testCase) %#ok<*DEFNU>
obox = [0 0 40 20 0];
exp = [-20 -10 ; 20 -10 ; 20 10; -20 10];
poly = orientedBoxToPolygon(obox);
testCase.assertEqual(exp, poly);
function test_rotated90(testCase)
obox = [0 0... |
github | mattools/matGeom-master | test_linePosition.m | .m | matGeom-master/tests/geom2d/test_linePosition.m | 1,586 | utf_8 | 0fd1cdccc203e9a950706748231e5490 | function test_suite = test_linePosition
%TESTLINEPOSITION One-line description here, please.
%
% output = testLinePosition(input)
%
% Example
% testLinePosition
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-06-15, using Matlab 7.9.0.5... |
github | mattools/matGeom-master | test_mergeBoxes.m | .m | matGeom-master/tests/geom2d/test_mergeBoxes.m | 615 | utf_8 | f87e85bd52f9b7bc90f744422b75f25b | function test_suite = test_mergeBoxes
%testMergeBoxes One-line description here, please.
%
% output = testMergeBoxes(input)
%
% Example
% testMergeBoxes
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-08-06, using Matlab 7.9.0.529 (R200... |
github | mattools/matGeom-master | test_angleAbsDiff.m | .m | matGeom-master/tests/geom2d/test_angleAbsDiff.m | 834 | utf_8 | a61f26762117c5d2334d9166a2ae4bfc | function test_suite = test_angleAbsDiff
%TEST_ANGLEABSDIFF Test case for the file angleAbsDiff
%
% Test case for the file angleDiff
% Example
% test_angleAbsDiff
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-07-27, using Matlab 7.9.0... |
github | mattools/matGeom-master | test_isPointOnLine.m | .m | matGeom-master/tests/geom2d/test_isPointOnLine.m | 2,725 | utf_8 | 4609eab0c79dc65fb7d46992e42cea8f | function test_suite = test_isPointOnLine
%TESTisPointOnLine One-line description here, please.
%
% output = testisPointOnLine(input)
%
% Example
% testisPointOnLine
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2013-12-17, using Matlab 7.9... |
github | mattools/matGeom-master | test_createRay.m | .m | matGeom-master/tests/geom2d/test_createRay.m | 981 | utf_8 | 6888c88303283cec33dbd99be14798ad | function test_suite = test_createRay
%testCreateRay One-line description here, please.
% output = testCreateRay(input)
%
% Example
% testCreateRay
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% ... |
github | mattools/matGeom-master | test_drawRect.m | .m | matGeom-master/tests/geom2d/test_drawRect.m | 752 | utf_8 | b29300944ac3c3ebc4749928f8dae6ea | function test_suite = test_drawRect
%TESTDRAWRECT One-line description here, please.
% output = testDrawRect(input)
%
% Example
% testDrawRect
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-05-19, using Matlab 7.9.0.529 (R2009b)
% Cop... |
github | mattools/matGeom-master | test_fitLine.m | .m | matGeom-master/tests/geom2d/test_fitLine.m | 684 | utf_8 | 564e713c7dc53c50b1f970837322e9c4 | function tests = test_fitLine
% Test suite for the file fitLine.
%
% Test suite for the file fitLine
%
% Example
% test_fitLine
%
% See also
% fitLine
% ------
% Author: David Legland
% e-mail: david.legland@inrae.fr
% Created: 2023-04-04, using Matlab 9.14.0.2206163 (R2023a)
% Copyright 2023 INRAE - BI... |
github | mattools/matGeom-master | test_minDistancePoints.m | .m | matGeom-master/tests/geom2d/test_minDistancePoints.m | 3,437 | utf_8 | e3988a2feb927e27a33cea36d8f8ec58 | function test_suite = test_minDistancePoints
%TESTMINDISTANCEPOINTS One-line description here, please.
% output = testMinDistancePoints(input)
%
% Example
% testMinDistancePoints
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, usi... |
github | mattools/matGeom-master | test_edgeLength.m | .m | matGeom-master/tests/geom2d/test_edgeLength.m | 814 | utf_8 | 4cdbd09e5f4369da198e7c3047defbc7 | function test_suite = test_edgeLength
% One-line description here, please.
% output = testEdgeLength(input)
%
% Example
% testEdgeLength
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright ... |
github | mattools/matGeom-master | test_createScaling.m | .m | matGeom-master/tests/geom2d/test_createScaling.m | 1,182 | utf_8 | 04c2a83e2a68c7e578f1e7b4d087b446 | function test_suite = test_createScaling
%TESTCREATESCALING One-line description here, please.
% output = testCreateScaling(input)
%
% Example
% testCreateScaling
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.... |
github | mattools/matGeom-master | test_angleSort.m | .m | matGeom-master/tests/geom2d/test_angleSort.m | 873 | utf_8 | 8075bab4817dc71605f06bb93ed72e66 | function test_suite = test_angleSort
%TESTCLIPLINE One-line description here, please.
% output = testAngleSort(input)
%
% Example
% testAngleSort
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% C... |
github | mattools/matGeom-master | test_distancePointEdge.m | .m | matGeom-master/tests/geom2d/test_distancePointEdge.m | 3,257 | utf_8 | 3b3b06687f1625b40c508b08d777edf4 | function test_suite = test_distancePointEdge
%TESTDISTANCEPOINTEDGE One-line description here, please.
% output = test_distancePointEdge(input)
%
% Example
% testDistancePointEdge
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using Matl... |
github | mattools/matGeom-master | test_rectToPolygon.m | .m | matGeom-master/tests/geom2d/test_rectToPolygon.m | 407 | utf_8 | 96cc8f3b62a1c3be094946446a322d6b | function test_suite = test_rectToPolygon
test_suite = functiontests(localfunctions);
function test_simple(testCase) %#ok<*DEFNU>
obox = [0 0 40 20 0];
exp = [0 0 ; 40 0; 40 20;0 20];
poly = rectToPolygon(obox);
testCase.assertEqual(exp, poly);
function test_rotated90(testCase)
obox = [0 0 40 20 90];
exp = [0 0 ... |
github | mattools/matGeom-master | test_normalizeAngle.m | .m | matGeom-master/tests/geom2d/test_normalizeAngle.m | 1,715 | utf_8 | ed19c4f13f7523b8e7db9b88e88c0caa | function test_suite = test_normalizeAngle
% One-line description here, please.
% output = testNormalizeAngle(input)
%
% Example
% testAngle2Points
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% ... |
github | mattools/matGeom-master | test_centroid.m | .m | matGeom-master/tests/geom2d/test_centroid.m | 1,258 | utf_8 | d404e0d061e8cf89c3d74f2d1e2849d0 | function test_suite = test_centroid
%TESTCLIPLINE One-line description here, please.
% output = testCentroid(input)
%
% Example
% testCentroid
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copy... |
github | mattools/matGeom-master | test_angle3Points.m | .m | matGeom-master/tests/geom2d/test_angle3Points.m | 1,146 | utf_8 | a880ea1ac2350177fe0e46776cec08bd | function test_suite = test_angle3Points
% One-line description here, please.
% output = testAngle3Points(input)
%
% Example
% testAngle3Points
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyr... |
github | mattools/matGeom-master | test_vectorAngle.m | .m | matGeom-master/tests/geom2d/test_vectorAngle.m | 2,962 | utf_8 | 63902c4e4417d91db69e9eb2bc2c4221 | function test_suite = test_vectorAngle
% One-line description here, please.
% output = testVectorAngle(input)
%
% Example
% testVectorAngle
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyrigh... |
github | mattools/matGeom-master | test_angleDiff.m | .m | matGeom-master/tests/geom2d/test_angleDiff.m | 803 | utf_8 | 0baba3d8c6f55cac2c992e0e5a83e24a | function test_suite = test_angleDiff
%TEST_ANGLEDIFF Test case for the file angleDiff
%
% Test case for the file angleDiff
% Example
% test_angleDiff
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-07-27, using Matlab 7.9.0.529 (R2009b... |
github | mattools/matGeom-master | test_clipEdge.m | .m | matGeom-master/tests/geom2d/test_clipEdge.m | 5,459 | utf_8 | 091c80eae3d323daec0382dc8c52d83a | function test_suite = test_clipEdge
%TESTCLIPEDGE One-line description here, please.
% output = testClipEdge(input)
%
% Example
% testClipEdge
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copy... |
github | mattools/matGeom-master | test_nndist.m | .m | matGeom-master/tests/geom2d/test_nndist.m | 954 | utf_8 | 2b7311229279596fa51f100fe0b7b7e6 | function test_suite = test_nndist
%TEST_NNDIST One-line description here, please.
%
% output = test_nndist(input)
%
% Example
% test_nndist
%
% See also
%
% ------
% Author: David Legland
% e-mail: david.legland@nantes.inra.fr
% Created: 2016-07-17, using Matlab 8.6.0.267246 (R2015b)
% Copyright 2016 INRA... |
github | mattools/matGeom-master | test_isPointInTriangle.m | .m | matGeom-master/tests/geom2d/test_isPointInTriangle.m | 969 | utf_8 | 38375de9fb3a9229177301418afc7824 | function test_suite = test_isPointInTriangle
%TESTISPOINTINTRIANGLE One-line description here, please.
%
% output = testIsPointInTriangle(input)
%
% Example
% testIsPointInTriangle
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-17, ... |
github | mattools/matGeom-master | test_isParallel.m | .m | matGeom-master/tests/geom2d/test_isParallel.m | 1,210 | utf_8 | 0e234c6f9ffe9fa043ac3c383e1b8977 | function test_suite = test_isParallel
%TESTISPARALLEL One-line description here, please.
% output = testIsParallel(input)
%
% Example
% testIsParallel
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)... |
github | mattools/matGeom-master | test_isPerpendicular.m | .m | matGeom-master/tests/geom2d/test_isPerpendicular.m | 1,274 | utf_8 | aa5a24a0b71ce4133b1d553216630296 | function test_suite = test_isPerpendicular
%testIsPerpendicular One-line description here, please.
% output = testIsPerpendicular(input)
%
% Example
% testIsPerpendicular
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matla... |
github | mattools/matGeom-master | test_isPointOnRay.m | .m | matGeom-master/tests/geom2d/test_isPointOnRay.m | 3,795 | utf_8 | c6f7659a0bb84429290daa3a6408104e | function test_suite = test_isPointOnRay
%TESTISPOINTONRAY One-line description here, please.
%
% output = testIsPointOnRay(input)
%
% Example
% testIsPointOnRay
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-10-04, using Matlab 7.9.0.5... |
github | mattools/matGeom-master | test_clipPoints.m | .m | matGeom-master/tests/geom2d/test_clipPoints.m | 1,677 | utf_8 | 899b44f4ca128525699966374c98b19c | function test_suite = test_clipPoints
%TESTCLIPLINE One-line description here, please.
% output = testClipPoints(input)
%
% Example
% testClipPoints
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
... |
github | mattools/matGeom-master | test_grShortestPath.m | .m | matGeom-master/tests/graphs/test_grShortestPath.m | 864 | utf_8 | ccb6cc2e49f855dfd52901588a6af40e | function test_suite = test_grShortestPath
%TEST_GRSHORTESTPATH Test case for the file grShortestPath
%
% Test case for the file grShortestPath
% Example
% test_grShortestPath
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2014-01-13, using... |
github | mattools/matGeom-master | test_grFindMaximalLengthPath.m | .m | matGeom-master/tests/graphs/test_grFindMaximalLengthPath.m | 669 | utf_8 | 8b628b3b05ba51951d961bd637efbea9 | function test_suite = test_grFindMaximalLengthPath
%TESTGRFINDMAXIMALLENGTHPATH One-line description here, please.
%
% output = test_grFindMaximalLengthPath(input)
%
% Example
% testGrFindMaximalLengthPath
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
%... |
github | mattools/matGeom-master | test_graphCenter.m | .m | matGeom-master/tests/graphs/test_graphCenter.m | 607 | utf_8 | 5a43edea0b69a29b731aecefb27128fb | function test_suite = test_graphCenter
%TEST_GRAPHCENTER One-line description here, please.
%
% output = test_graphCenter(input)
%
% Example
% test_graphCenter
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-19, using Matlab 7.9.0.52... |
github | mattools/matGeom-master | test_grDilate.m | .m | matGeom-master/tests/graphs/test_grDilate.m | 638 | utf_8 | 9df76f8914c01c7fb36e755b99199933 | function test_suite = test_grDilate
%TEST_GRDILATE test suite for function grDilate
%
% output = test_grDilate(input)
%
% Example
% testGrDilate
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-18, using Matlab 7.9.0.529 (R2009b)
% C... |
github | mattools/matGeom-master | test_grErode.m | .m | matGeom-master/tests/graphs/test_grErode.m | 630 | utf_8 | f1935a10e3fc9373cbb76a251b4d0bb8 | function test_suite = test_grErode
%TEST_GRERODE test suite for function grErode
%
% output = test_grErode(input)
%
% Example
% testGrErode
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-18, using Matlab 7.9.0.529 (R2009b)
% Copyri... |
github | mattools/matGeom-master | test_grFindGeodesicPath.m | .m | matGeom-master/tests/graphs/test_grFindGeodesicPath.m | 826 | utf_8 | af1acec4b2c49dc5a6fac499ef2b7628 | function test_suite = test_grFindGeodesicPath
%TEST_GRFINDGEODESICPATH One-line description here, please.
%
% output = test_grFindGeodesicPath(input)
%
% Example
% testGrFindGeodesicPath
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-2... |
github | mattools/matGeom-master | test_graphPeripheralVertices.m | .m | matGeom-master/tests/graphs/test_graphPeripheralVertices.m | 673 | utf_8 | 9729b352216cf100b05f5f6d8b9d2f25 | function test_suite = test_graphPeripheralVertices
%TEST_GRAPHPERIPHERALVERTICES One-line description here, please.
%
% output = test_graphPeripheralVertices(input)
%
% Example
% test_graphPeripheralVertices
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
... |
github | mattools/matGeom-master | test_grClose.m | .m | matGeom-master/tests/graphs/test_grClose.m | 631 | utf_8 | d7faabd9d5d550992678457a3c4021d8 | function test_suite = test_grClose
%TESTGRCLOSE test suite for function grClose
%
% output = test_grClose(input)
%
% Example
% testGrClose
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-18, using Matlab 7.9.0.529 (R2009b)
% Copyrig... |
github | mattools/matGeom-master | test_grPropagateDistance.m | .m | matGeom-master/tests/graphs/test_grPropagateDistance.m | 908 | utf_8 | 568525501e2a7aab876f0d73e0079e5c | function test_suite = test_grPropagateDistance
%TEST_GRPROPAGATEDISTANCE Test case for the file grPropagateDistance
%
% Test case for the file grPropagateDistance
% Example
% test_grPropagateDistance
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Crea... |
github | mattools/matGeom-master | test_grRemoveNodes.m | .m | matGeom-master/tests/graphs/test_grRemoveNodes.m | 1,466 | utf_8 | ffe8e088014957aa50a35df818cbe45c | function test_suite = test_grRemoveNodes
%TEST_GRREMOVENODES Test case for the file grRemoveNodes
%
% Test case for the file grRemoveNodes
% Example
% test_grRemoveNodes
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2014-03-07, using Matl... |
github | mattools/matGeom-master | test_graphDiameter.m | .m | matGeom-master/tests/graphs/test_graphDiameter.m | 610 | utf_8 | 63f8308905d35311f16eacbd80420952 | function test_suite = test_graphDiameter
%TEST_GRAPHDIAMETER One-line description here, please.
%
% output = test_graphDiameter(input)
%
% Example
% testGraphDiameter
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-19, using Matlab 7... |
github | mattools/matGeom-master | test_grNodeDegree.m | .m | matGeom-master/tests/graphs/test_grNodeDegree.m | 792 | utf_8 | cbf88267360dc5e17b3486fa7f7997fc | function test_suite = test_grNodeDegree
%TEST_GRNODEDEGREE test suite for function grNodeDegree
%
% output = test_grNodeDegree(input)
%
% Example
% testGrNodeDegree
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-18, using Matlab 7.9... |
github | mattools/matGeom-master | test_graphRadius.m | .m | matGeom-master/tests/graphs/test_graphRadius.m | 594 | utf_8 | 5780110f9c64630747b1b0e49290ac2f | function test_suite = test_graphRadius
%TEST_GRAPHRADIUS One-line description here, please.
%
% output = test_graphRadius(input)
%
% Example
% testGraphRadius
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-19, using Matlab 7.9.0.529... |
github | mattools/matGeom-master | test_grOpen.m | .m | matGeom-master/tests/graphs/test_grOpen.m | 626 | utf_8 | 52409ea078a48fd9ab8316092f929326 | function test_suite = test_grOpen
%TEST_GROPEN test suite for function grOpen
%
% output = test_grOpen(input)
%
% Example
% testGrOpen
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-18, using Matlab 7.9.0.529 (R2009b)
% Copyright 2... |
github | mattools/matGeom-master | test_polylineSelfIntersections.m | .m | matGeom-master/tests/polygons2d/test_polylineSelfIntersections.m | 1,069 | utf_8 | 2665564868fac3046d63ba9b736b4df5 | function test_suite = test_polylineSelfIntersections
%TEST_POLYLINESELFINTERSECTIONS Test case for the file polylineSelfIntersections
%
% Test case for the file polylineSelfIntersections
% Example
% test_polylineSelfIntersections
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.l... |
github | mattools/matGeom-master | test_intersectLinePolygon.m | .m | matGeom-master/tests/polygons2d/test_intersectLinePolygon.m | 4,183 | utf_8 | 28cbfb157bfd002035dc0f15f2435201 | function test_suite = test_intersectLinePolygon
%TESTINTERSECTLINEPOLYGON Test case for function intersectLinePolygon
% output = testIntersectLinePolygon(input)
%
% Example
% testIntersectLinePolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created... |
github | mattools/matGeom-master | test_distancePointPolygon.m | .m | matGeom-master/tests/polygons2d/test_distancePointPolygon.m | 1,658 | utf_8 | ebf371aee2f2e5c9096aedc80ebc5f42 | function test_suite = test_distancePointPolygon
%TESTDISTANCEPOINTEDGE One-line description here, please.
% output = testDistancePointPolygon(input)
%
% Example
% testDistancePointPolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-2... |
github | mattools/matGeom-master | test_polylineLength.m | .m | matGeom-master/tests/polygons2d/test_polylineLength.m | 674 | utf_8 | 4b458e4cec4c8c63b1de2b43e6d4b8d9 | function test_suite = test_polylineLength
%TESTPOLYLINELENGTH One-line description here, please.
%
% output = testPolylineLength(input)
%
% Example
% testPolylineLength
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-27, using Matlab... |
github | mattools/matGeom-master | test_intersectEdgePolygon.m | .m | matGeom-master/tests/polygons2d/test_intersectEdgePolygon.m | 1,231 | utf_8 | 40875b344a86e78542dc088e833c81d6 | function test_suite = test_intersectEdgePolygon
%TEST_INTERSECTEDGEPOLYGON Test case for the file intersectEdgePolygon
%
% Test case for the file intersectEdgePolygon
% Example
% test_intersectEdgePolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
%... |
github | mattools/matGeom-master | test_polygonSelfIntersections.m | .m | matGeom-master/tests/polygons2d/test_polygonSelfIntersections.m | 1,853 | utf_8 | 4ba93a64387c07e458d3bc8b7d91acf2 | function test_suite = test_polygonSelfIntersections
%TESTPOLYGONSELFINTERSECTIONS One-line description here, please.
% output = testPolygonSelfIntersections(input)
%
% Example
% testPolygonPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 20... |
github | mattools/matGeom-master | test_parsePolygon.m | .m | matGeom-master/tests/polygons2d/test_parsePolygon.m | 3,414 | utf_8 | f50e130613168da4101ad763ebd76b5e | function test_suite = test_parsePolygon
%TEST_PARSEPOLYGON Tests for parsePolygon.
%
% Example
% runtests('test_parsePolygon')
%
% ------
% Author: oqilipo
% E-mail: N/A
% Created: 2023-01-04, using MATLAB 9.13.0.2080170 (R2022b) Update 1
% Copyright 2023
test_suite = functiontests(localfunctions);
function te... |
github | mattools/matGeom-master | test_polygonLength.m | .m | matGeom-master/tests/polygons2d/test_polygonLength.m | 1,316 | utf_8 | 54ed927e9b6e51f28d933dd2ac05bb07 | function test_suite = test_polygonLength
%TESTPOLYGONLENGTH One-line description here, please.
%
% output = testPolygonLength(input)
%
% Example
% testPolygonLength
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-27, using Matlab 7.9... |
github | mattools/matGeom-master | test_distancePolygons.m | .m | matGeom-master/tests/polygons2d/test_distancePolygons.m | 1,001 | utf_8 | d45a61c8c38b4b8c5035bba6872d3001 | function test_suite = test_distancePolygons
%test_distancePolygons One-line description here, please.
% output = test_distancePolygons(input)
%
% Example
% test_distancePolygons
%
% See also
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-17, using... |
github | mattools/matGeom-master | test_polygonSecondAreaMoments.m | .m | matGeom-master/tests/polygons2d/test_polygonSecondAreaMoments.m | 7,148 | utf_8 | 6ee723c4075314eeebac349075300b08 | function test_suite = test_polygonSecondAreaMoments
%TEST_POLYGONSECONDAREAMOMENTS Tests for polygonSecondAreaMoments.
%
% Example
% runtests('test_polygonSecondAreaMoments.m')
%
% References
% Expected (_exp) values are taken from:
% https://en.wikipedia.org/wiki/List_of_second_moments_of_area
% ... |
github | mattools/matGeom-master | test_polygonNormalAngle.m | .m | matGeom-master/tests/polygons2d/test_polygonNormalAngle.m | 1,995 | utf_8 | 41905a0f3aebe6323c5bd0161281661e | function test_suite = test_polygonNormalAngle
%TESTPOLYGONNORMALANGLE One-line description here, please.
% output = testPolygonNormalAngle(input)
%
% Example
% testPolygonNormalAngle
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, using M... |
github | mattools/matGeom-master | test_clipPolyline.m | .m | matGeom-master/tests/polygons2d/test_clipPolyline.m | 3,150 | utf_8 | 228b379666f9eb388d498e78fa6675a1 | function test_suite = test_clipPolyline
% Tests the function 'clipPolyline'
% output = testClipLine(input)
%
% Example
% testClipLine
%
% See also
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)
% Copyright 2009 INRA - Cepia S... |
github | mattools/matGeom-master | test_intersectPolylines.m | .m | matGeom-master/tests/polygons2d/test_intersectPolylines.m | 1,513 | utf_8 | 9fd4bcd53d27bf9e47293be4f3dfe939 | function test_suite = test_intersectPolylines
%TESTROWTOPOLYGON One-line description here, please.
%
% output = testRowToPolygon(input)
%
% Example
% testRowToPolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-10-29, using Matlab 7... |
github | mattools/matGeom-master | test_polygonCentroid.m | .m | matGeom-master/tests/polygons2d/test_polygonCentroid.m | 1,042 | utf_8 | 53959fecb4fedcdbe42a5004a75d3f3c | function test_suite = test_polygonCentroid
%TEST_POLYGONCENTROID Test case for the file polygonCentroid
%
% Test case for the file polygonCentroid
% Example
% test_polygonCentroid
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2012-02-24, ... |
github | mattools/matGeom-master | test_parametrize.m | .m | matGeom-master/tests/polygons2d/test_parametrize.m | 1,185 | utf_8 | 737af33dcf2e735f20ed92b4808f0ba6 | function test_suite = test_parametrize
%TESTPARAMETRIZE One-line description here, please.
%
% output = testParametrize(input)
%
% Example
% testParametrize
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-05-27, using Matlab 7.9.0.529 (... |
github | mattools/matGeom-master | test_rowToPolygon.m | .m | matGeom-master/tests/polygons2d/test_rowToPolygon.m | 876 | utf_8 | 5844acc8bd5d5cb6e4fd64df6b8d9187 | function test_suite = test_rowToPolygon
%TESTROWTOPOLYGON One-line description here, please.
%
% output = testRowToPolygon(input)
%
% Example
% testRowToPolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-10-29, using Matlab 7.9.0.5... |
github | mattools/matGeom-master | test_polylinePoint.m | .m | matGeom-master/tests/polygons2d/test_polylinePoint.m | 1,039 | utf_8 | 9dc8cf924c03e0727f934101ea99c755 | function test_suite = test_polylinePoint
%TESTPOLYLINEPOINT One-line description here, please.
% output = testPolylinePoint(input)
%
% Example
% testPolylinePoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-16, using Matlab 7.7.0.... |
github | mattools/matGeom-master | test_polygonArea.m | .m | matGeom-master/tests/polygons2d/test_polygonArea.m | 1,830 | utf_8 | 8085ecf14a1159fcdb2bbd9e035b69ab | function test_suite = test_polygonArea
%TESTPOLYGONAREA Test case for the file polygonArea
%
% Test case for the file polygonArea
% Example
% testPolygonArea
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-09-26, using Matlab 7.9.0.529... |
github | mattools/matGeom-master | test_distancePointPolyline.m | .m | matGeom-master/tests/polygons2d/test_distancePointPolyline.m | 1,833 | utf_8 | eeb27ca2fac4cdf685d4ec3cf4302a3d | function test_suite = test_distancePointPolyline
%TESTDISTANCEPOINTEDGE Test suite for function distancePointPolyline
% output = test_distancePointPolyline(input)
%
% Example
% testDistancePointPolyline
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Cr... |
github | mattools/matGeom-master | test_intersectRayPolygon.m | .m | matGeom-master/tests/polygons2d/test_intersectRayPolygon.m | 2,442 | utf_8 | b66afe1e30da9fc4e396f33d85ae4efd | function test_suite = test_intersectRayPolygon
%TESTINTERSECTRAYPOLYGON One-line description here, please.
% output = testIntersectRayPolygon(input)
%
% Example
% testIntersectRayPolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: 2009-04-22, usi... |
github | mattools/matGeom-master | test_minimumCaliperDiameter.m | .m | matGeom-master/tests/polygons2d/test_minimumCaliperDiameter.m | 1,347 | utf_8 | b7d5458557b69019b0b1cdec2ae306d1 | function test_suite = test_minimumCaliperDiameter
%TESTMINIMUMCALIPERDIAMETER One-line description here, please.
%
% output = testMinimumCaliperDiameter(input)
%
% Example
% testMinimumCaliperDiameter
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Crea... |
github | mattools/matGeom-master | test_projPointOnPolygon.m | .m | matGeom-master/tests/polygons2d/test_projPointOnPolygon.m | 1,579 | utf_8 | 7ffceab49e22397a68bb7098e2ce48f4 | function test_suite = test_projPointOnPolygon
%TEST_projPointOnPolygon One-line description here, please.
% output = test_projPointOnPolygon(input)
%
% Example
% testPolygonPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-16, usi... |
github | mattools/matGeom-master | test_polygonSubcurve.m | .m | matGeom-master/tests/polygons2d/test_polygonSubcurve.m | 874 | utf_8 | e52ee2a3872cc47545f0accd653fbf3d | function test_suite = test_polygonSubcurve
%TESTPOLYGONSUBCURVE One-line description here, please.
% output = testPolygonSubcurve(input)
%
% Example
% testPolygonSubcurve
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-16, using Matla... |
github | mattools/matGeom-master | test_projPointOnPolyline.m | .m | matGeom-master/tests/polygons2d/test_projPointOnPolyline.m | 1,601 | utf_8 | 5175d5ba4e31b3f77519985b7ce59fcf | function test_suite = test_projPointOnPolyline
%TEST_PROJPOINTONPOLYLINE One-line description here, please.
% output = test_projPointOnPolyline(input)
%
% Example
% testPolygonPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-16, ... |
github | mattools/matGeom-master | test_polygonPoint.m | .m | matGeom-master/tests/polygons2d/test_polygonPoint.m | 965 | utf_8 | 5f441a737d40dcbaf4859ffb55b41b63 | function test_suite = test_polygonPoint
%TESTPOLYGONPOINT One-line description here, please.
% output = testPolygonPoint(input)
%
% Example
% testPolygonPoint
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-16, using Matlab 7.7.0.471 ... |
github | mattools/matGeom-master | test_expandPolygon.m | .m | matGeom-master/tests/polygons2d/test_expandPolygon.m | 1,406 | utf_8 | 359950162d755799eec96716de65cc73 | function test_suite = test_expandPolygon
%TESTEXPANDPOLYGON One-line description here, please.
% output = testExpandPolygon(input)
%
% Example
% testExpandPolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-17, using Matlab 7.7.0.... |
github | mattools/matGeom-master | test_triangulatePolygon.m | .m | matGeom-master/tests/polygons2d/test_triangulatePolygon.m | 1,089 | utf_8 | f95af423df3ccee8bbbd42a0302a7ad2 | function test_suite = test_triangulatePolygon
%TEST_TRIANGULATEPOLYGON Test case for the file triangulatePolygon
%
% Test case for the file triangulatePolygon
% Example
% test_triangulatePolygon
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: ... |
github | mattools/matGeom-master | test_polygonToRow.m | .m | matGeom-master/tests/polygons2d/test_polygonToRow.m | 813 | utf_8 | 365923e67e4a706ee6bca17f4628eca8 | function test_suite = test_polygonToRow
%TESTPOLYGONTOROW One-line description here, please.
%
% output = testPolygonToRow(input)
%
% Example
% testPolygonToRow
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-10-29, using Matlab 7.9.0.5... |
github | mattools/matGeom-master | test_createRotationOx.m | .m | matGeom-master/tests/geom3d/test_createRotationOx.m | 740 | utf_8 | 452227c6c282c4eba934b5209a0ebf5a | function test_suite = test_createRotationOx
%Check creation of rotation around Ox axis
% output = testCreateRotationOx(input)
%
% Example
% testCreateRotationOx
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-19, using Matlab 7.7.0.471... |
github | mattools/matGeom-master | test_intersectEdgePlane.m | .m | matGeom-master/tests/geom3d/test_intersectEdgePlane.m | 2,602 | utf_8 | 1526546d1f3ef1198da457fe93ea867a | function test_suite = test_intersectEdgePlane
%TESTINTERSECTEDGEPLANE One-line description here, please.
%
% output = testIntersectEdgePlane(input)
%
% Example
% testIntersectEdgePlane
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-06-17,... |
github | mattools/matGeom-master | test_intersectRayPolygon3d.m | .m | matGeom-master/tests/geom3d/test_intersectRayPolygon3d.m | 1,277 | utf_8 | 9dc0604b7cce29c7742f3dedb1444d25 | function test_suite = test_intersectRayPolygon3d
%TESTINTERSECTRAYPOLYGON3D One-line description here, please.
%
% output = testIntersectRayPolygon3d(input)
%
% Example
% testIntersectRayPolygon3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created:... |
github | mattools/matGeom-master | test_sph2cart2d.m | .m | matGeom-master/tests/geom3d/test_sph2cart2d.m | 1,783 | utf_8 | c14009f732c1b44ea7d7a12341a38627 | function test_suite = test_sph2cart2d
%TESTSPH2CART2D One-line description here, please.
%
% output = testSph2cart2d(input)
%
% Example
% testSph2cart2d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-06-29, using Matlab 7.9.0.529 (R200... |
github | mattools/matGeom-master | test_drawSphericalPolygon.m | .m | matGeom-master/tests/geom3d/test_drawSphericalPolygon.m | 774 | utf_8 | a02bca7069209687f7065110a8ac4cfa | function tests = test_drawSphericalPolygon
% Test suite for the file drawSphericalPolygon.
%
% Test suite for the file drawSphericalPolygon
%
% Example
% test_drawSphericalPolygon
%
% See also
% drawSphericalPolygon
% ------
% Author: David Legland
% e-mail: david.legland@inrae.fr
% Created: 2022-09-20, ... |
github | mattools/matGeom-master | test_linePosition3d.m | .m | matGeom-master/tests/geom3d/test_linePosition3d.m | 1,572 | utf_8 | 841e7768f2a6b014402c489effc164ab | function test_suite = test_linePosition3d
%TESTLINEPOSITION3D One-line description here, please.
%
% output = test_linePosition3d(input)
%
% Example
% testLinePosition3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-11-16, using Matla... |
github | mattools/matGeom-master | test_createRotationOy.m | .m | matGeom-master/tests/geom3d/test_createRotationOy.m | 740 | utf_8 | 625c482317dffdea6092215e29f5393e | function test_suite = test_createRotationOy
%Check creation of rotation around Oy axis
% output = testCreateRotationOy(input)
%
% Example
% testCreateRotationOy
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-19, using Matlab 7.7.0.471... |
github | mattools/matGeom-master | test_distancePointTriangle3d.m | .m | matGeom-master/tests/geom3d/test_distancePointTriangle3d.m | 1,704 | utf_8 | bcb3403d5116b86de0e70f332c2eca2e | function test_suite = test_distancePointTriangle3d(varargin)
%TEST_DISTANCEPOINTTRIANGLE3D One-line description here, please.
%
% output = test_distancePointTriangle3d(input)
%
% Example
% test_distancePointTriangle3d
%
% See also
%
% ------
% Author: David Legland
% e-mail: david.legland@inra.fr
% Created: ... |
github | mattools/matGeom-master | test_mergeBoxes3d.m | .m | matGeom-master/tests/geom3d/test_mergeBoxes3d.m | 627 | utf_8 | 8f2319d81faf0b6d71e04ec3b5c16467 | function test_suite = test_mergeBoxes3d
%TESTMERGEBOXES3D One-line description here, please.
%
% output = testMergeBoxes3d(input)
%
% Example
% testMergeBoxes3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-07-26, using Matlab 7.9.0.5... |
github | mattools/matGeom-master | test_drawSphericalEdge.m | .m | matGeom-master/tests/geom3d/test_drawSphericalEdge.m | 669 | utf_8 | 1ca2d793cdcd630bbef51e62d54daed2 | function tests = test_drawSphericalEdge
% Test suite for the file drawSphericalEdge.
%
% Test suite for the file drawSphericalEdge
%
% Example
% test_drawSphericalEdge
%
% See also
% drawSphericalEdge
% ------
% Author: David Legland
% e-mail: david.legland@inrae.fr
% Created: 2022-09-20, using Matlab 9... |
github | mattools/matGeom-master | test_intersectLineTriangle3d.m | .m | matGeom-master/tests/geom3d/test_intersectLineTriangle3d.m | 1,228 | utf_8 | 54a8963b85aaeb7eadce089ff772f86e | function test_suite = test_intersectLineTriangle3d
%TESTINTERSECTLINETRIANGLE3D One-line description here, please.
%
% output = testIntersectLineTriangle3d(input)
%
% Example
% testIntersectLineTriangle3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% ... |
github | mattools/matGeom-master | test_intersectLineSphere.m | .m | matGeom-master/tests/geom3d/test_intersectLineSphere.m | 1,656 | utf_8 | 7dc0dc9e874979b1eeb573076613a766 | function test_suite = test_intersectLineSphere
%TESTINTERSECTLINESPHERE One-line description here, please.
%
% output = testIntersectLineSphere(input)
%
% Example
% testIntersectLineSphere
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-06... |
github | mattools/matGeom-master | test_hypot3.m | .m | matGeom-master/tests/geom3d/test_hypot3.m | 709 | utf_8 | f6c326772583a6cde7b77f2794536199 | function test_suite = test_hypot3
%TEST_HYPOT3 Test case for the file hypot3
%
% Test case for the file hypot3
% Example
% test_hypot3
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2012-04-29, using Matlab 7.9.0.529 (R2009b)
% Copyright ... |
github | mattools/matGeom-master | test_transformVector3d.m | .m | matGeom-master/tests/geom3d/test_transformVector3d.m | 844 | utf_8 | 8e46afbb8a3d9c60086aa1ef428477b1 | function test_suite = test_transformVector3d
%Check transformation of points
% output = testTransformVector3d(input)
%
% Example
% testTransformVector3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-19, using Matlab 7.7.0.471 (R2008b... |
github | mattools/matGeom-master | test_normalizeVector3d.m | .m | matGeom-master/tests/geom3d/test_normalizeVector3d.m | 1,395 | utf_8 | 56c629ae1b4093eedea5cd26ca89dbeb | function test_suite = test_normalizeVector3d
%TESTNORMALIZEVECTOR3D One-line description here, please.
%
% output = testNormalizeVector3d(input)
%
% Example
% testNormalizeVector3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2010-11-16, ... |
github | mattools/matGeom-master | test_intersectPlaneSphere.m | .m | matGeom-master/tests/geom3d/test_intersectPlaneSphere.m | 2,525 | utf_8 | 59343fd9cb961a147279808dcf75b038 | function test_suite = test_intersectPlaneSphere
%TESTINTERSECTPLANESPHERE One-line description here, please.
%
% output = testIntersectPlaneSphere(input)
%
% Example
% testIntersectPlaneSphere
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 201... |
github | mattools/matGeom-master | test_intersectEdgePolygon3d.m | .m | matGeom-master/tests/geom3d/test_intersectEdgePolygon3d.m | 1,178 | utf_8 | b6590c61ee4f8374ba776252f57de41d | function tests = test_intersectEdgePolygon3d
% Test suite for the file intersectEdgePolygon3d.
%
% Test suite for the file intersectEdgePolygon3d
%
% Example
% test_intersectEdgePolygon3d
%
% See also
% intersectEdgePolygon3d
% ------
% Author: David Legland
% e-mail: david.legland@inrae.fr
% Created: 2021... |
github | mattools/matGeom-master | test_createRotationOz.m | .m | matGeom-master/tests/geom3d/test_createRotationOz.m | 740 | utf_8 | da564fac40bcc72298087032625fd33b | function test_suite = test_createRotationOz
%Check creation of rotation around Oz axis
% output = testCreateRotationOz(input)
%
% Example
% testCreateRotationOz
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2009-06-19, using Matlab 7.7.0.471... |
github | mattools/matGeom-master | test_distanceLines3d.m | .m | matGeom-master/tests/geom3d/test_distanceLines3d.m | 1,447 | utf_8 | 6d3b944edbbef83846d93453f93078e1 | function test_suite = test_distanceLines3d
%TESTDISTANCELINES3D One-line description here, please.
%
% output = testDistanceLines3d(input)
%
% Example
% testDistanceLines3d
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@grignon.inra.fr
% Created: 2011-01-21, using Ma... |
github | mattools/matGeom-master | test_cart2sph2.m | .m | matGeom-master/tests/geom3d/test_cart2sph2.m | 1,543 | utf_8 | 9eb9ad5cd375b3338294009d9a02050a | function test_suite = test_cart2sph2
%TEST_CART2SPH2 One-line description here, please.
%
% output = test_cart2sph2(input)
%
% Example
% testCart2sph2
%
% See also
%
%
% ------
% Author: David Legland
% e-mail: david.legland@inrae.fr
% Created: 2011-06-29, using Matlab 7.9.0.529 (R2009b)
% Co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.