shapedraw.m: supply default axes if none was specified
shapedraw.m: various input & behavior adaptations:
NEWS: Add a note regarding fix of bug #45088
Improve image spatial filters for higher-dimensional inputs (bug #45088).
maint: setup default branch as version 2.21.0+
maint: merge of stable to default after 2.20.0 release
Added tag release-2.20.0 for changeset 51957362aed3
maint: release 2.20.0
maint: merge default into stable for release 2.20.0
graycomatrix: adding spaces
DESCRIPTION: add Python > 3 as suggested dependency
DESCRIPTION: add Python > 3 as dependency
imhist: fix the call to colorbar because of its API change (bug #68089)
Add instructions for making Qt docs
Update help docs
Add generated help files
prepare for release
imtranslate: function was re-written to be MATLAB compatible (bug #50257)
chore: Add Philip neinhuis as mantainer
Newer Makefile
Add files needed for Qt doc browser.
Makefile: add config.h.in to make clean
graycomatrix: Fix handling NaN values (bug #67905)
maint: update DESCRIPTION and NEWS
chore: GITSETUP.md: update git commands to merge without resources
update transforms (typos)
add polygon and polyline drawing functions
meshes3d/transformMesh.m can now handle transform provided as function handle
update developer chapter
meshes3d: add drawMeshVertices.m
meshes3d: add subdivideMeshEdges.m
test_transformPoint3d now also accepts transforms as function handles
test_transformPoint now also accepts transforms as function handles
manual: add source lyx file for generating graph definitions
manual: add display of meshes as wireframe
meshes3d: add drawWireframe.m
update project resources
add Matlab project files
add mesh3d intersection illustration
manual: add intersectConvexPolyhedra
intersectConvexPolyhedra: add option to merge coplanar faces
manual: add subdivideQuadMesh, and index entries
add subdivideQuadMesh
add subdivideQuadMesh
fix computation of mesh edges for quadrangular meshes
manual: update creation of 3D meshes
remove project file
meshes3d: add intersectConvexPolyhedra.m
isPointInMesh can now accept mesh input as struct
manual: update section on polyhedra mesh creation
drawMesh: change default face color of meshes to light gray
meshes3d: add convexHull3d.m
fix typo in doc header
Merge pull request #212 from mattools/dlegland-patch-3
Update README.md
fix figure legend in graph section
manual: fix typos
fix typos
add options to the installation script
meshes3d/readMesh_off: close file when an error occur during reading
manual: update section on mesh clipping
update README.md
meshes3d/intersectPlaneMesh.m: add triangulation of non-triangle meshes prior to processing
meshes3d/intersectPlaneMesh.m: add triangulation of non-triangle meshes prior to processing
update the 'runAllTests' function: remove pauses, can be run from any directory
Update README.md
geom2d: fix bug in intersectLineCircle (thanks to Friedhelm Krumm)
Merge pull request #205 from oqilipo/master
Merge branch 'master' of https://github.com/mattools/matGeom
Merge pull request #204 from oqilipo/master
added clipMeshByBox.m
bug fix in boxToMesh.m
Removed remains of 'trimMesh' acc. to #172
Updated the example of concatenateMeshes.m
fixed concatenateMeshes.m to work with structs with length > 1 again
Example added to concatenateMeshes.m
Merge branch 'master' of https://github.com/mattools/matGeom
fix management of input arguments in concatenateMeshes.m
Merge pull request #203 from mattools/dlegland-patch-2
Update README.md: add code syntax coloring
Merge pull request #201 from rlaboiss/drop-polynomialcurves2d-from-contents
Drop polynomialCurves2d from the Contents file
fixed concatenateMeshes.m after update of readMesh.m
Fixed readMesh.m. Added name-value pair if path is required.
manual: add ellipse-fitting references
geom3d/drawRay3d.m: update display of 3D rays
geom3d/drawRay3d.m: fix call to clipping function (thanks to Friedhelm Krumm)
cleanup code based on MLint analysis
geom3d/fitEllipse3d.m: slight code simplification
meshes3d/readMesh_ply: code cleanup (better variable names)
meshes3d: fix computation of vertex rings
manual: add summary tables for row representation of simple geometries
manual: include index into TOC
Update README.md
update project file
manual: add sample 3D shapes
geom3d: code cleanup in drawing functions
manual: update 3D coordinate systems and angles