All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download jeometry-api JAR 1.0.4 with all dependencies


Jeometry, a Mathematic and Geometry library for Java

Files of the artifact jeometry-api version 1.0.4 from the group org.jorigin.

Artifact jeometry-api
Group org.jorigin
Version 1.0.4
Last update 24. July 2020
Tags: library java jeometry mathematic geometry
Organization not specified
URL https://github.com/jseinturier/jeometry/
License The GNU Lesser General Public License, Version 3.0
Dependencies amount 1
Dependencies jcommon,
There are maybe transitive dependencies!
There is a newer version: 1.0.5
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of jeometry-api Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of jeometry-api version 1.0.4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.org.jorigin.jeometry-api
META-INF.maven.org.jorigin.jeometry-api.META-INF.maven.org.jorigin.jeometry-api.pom.properties
META-INF.maven.org.jorigin.jeometry-api.META-INF.maven.org.jorigin.jeometry-api.pom.xml
.module-info
org.jeometry
org.jeometry.org.jeometry.Jeometry
org.jeometry.factory
org.jeometry.factory.org.jeometry.factory.JeometryFactory
org.jeometry.factory.org.jeometry.factory.MathBuilder
org.jeometry.factory.org.jeometry.factory.MeshBuilder
org.jeometry.factory.org.jeometry.factory.PointBuilder
org.jeometry.factory.org.jeometry.factory.TransformBuilder
org.jeometry.geom2D
org.jeometry.geom2D.org.jeometry.geom2D.SpatialLocalization2D
org.jeometry.geom2D.point
org.jeometry.geom2D.point.org.jeometry.geom2D.point.ArrayListPoint2DContainer
org.jeometry.geom2D.point.org.jeometry.geom2D.point.Coord2D
org.jeometry.geom2D.point.org.jeometry.geom2D.point.Point2D
org.jeometry.geom2D.point.org.jeometry.geom2D.point.Point2DContainer
org.jeometry.geom3D
org.jeometry.geom3D.org.jeometry.geom3D.Geom3D
org.jeometry.geom3D.org.jeometry.geom3D.SpatialLocalization3D
org.jeometry.geom3D.algorithm
org.jeometry.geom3D.algorithm.org.jeometry.geom3D.algorithm.ConvexDecomposition
org.jeometry.geom3D.algorithm.org.jeometry.geom3D.algorithm.MeshNeighborhoodComputation
org.jeometry.geom3D.algorithm.bounds
org.jeometry.geom3D.algorithm.bounds.org.jeometry.geom3D.algorithm.bounds.MinimalEnclosingParallelepipede
org.jeometry.geom3D.algorithm.convexhull.quickhull
org.jeometry.geom3D.algorithm.convexhull.quickhull.org.jeometry.geom3D.algorithm.convexhull.quickhull.QuickHull
org.jeometry.geom3D.algorithm.delaunay.clarkson
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayClarkson
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayClarkson3D
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayException
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayTetrahedralization
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayTetrahedron
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayVertice
org.jeometry.geom3D.algorithm.delaunay.clarkson.org.jeometry.geom3D.algorithm.delaunay.clarkson.VoronoiTriangle
org.jeometry.geom3D.algorithm.fitting
org.jeometry.geom3D.algorithm.fitting.org.jeometry.geom3D.algorithm.fitting.PlaneFitting
org.jeometry.geom3D.mesh
org.jeometry.geom3D.mesh.org.jeometry.geom3D.mesh.Edge
org.jeometry.geom3D.mesh.org.jeometry.geom3D.mesh.Face
org.jeometry.geom3D.mesh.org.jeometry.geom3D.mesh.Mesh
org.jeometry.geom3D.mesh.indexed
org.jeometry.geom3D.mesh.indexed.org.jeometry.geom3D.mesh.indexed.IndexedEdge
org.jeometry.geom3D.mesh.indexed.org.jeometry.geom3D.mesh.indexed.IndexedFace
org.jeometry.geom3D.mesh.indexed.org.jeometry.geom3D.mesh.indexed.IndexedMesh
org.jeometry.geom3D.mesh.indexed.org.jeometry.geom3D.mesh.indexed.IndexedTriangleMesh
org.jeometry.geom3D.neighbor
org.jeometry.geom3D.neighbor.org.jeometry.geom3D.neighbor.AdjacencyMap
org.jeometry.geom3D.neighbor.org.jeometry.geom3D.neighbor.IncidenceMap
org.jeometry.geom3D.neighbor.org.jeometry.geom3D.neighbor.MeshNeighborhood
org.jeometry.geom3D.point
org.jeometry.geom3D.point.org.jeometry.geom3D.point.ArrayCoordinatesPoint3DContainer
org.jeometry.geom3D.point.org.jeometry.geom3D.point.ArrayListPoint3DContainer
org.jeometry.geom3D.point.org.jeometry.geom3D.point.Coord3D
org.jeometry.geom3D.point.org.jeometry.geom3D.point.Point3D
org.jeometry.geom3D.point.org.jeometry.geom3D.point.Point3DContainer
org.jeometry.geom3D.primitive
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.Box
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.Line3D
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.LineSet3D
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.Plane
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.Polygon3D
org.jeometry.geom3D.primitive.org.jeometry.geom3D.primitive.Triangle
org.jeometry.geom3D.primitive.indexed
org.jeometry.geom3D.primitive.indexed.org.jeometry.geom3D.primitive.indexed.IndexedLine3D
org.jeometry.geom3D.primitive.indexed.org.jeometry.geom3D.primitive.indexed.IndexedPolygon3D
org.jeometry.geom3D.primitive.indexed.org.jeometry.geom3D.primitive.indexed.IndexedTetrahedron
org.jeometry.geom3D.primitive.indexed.org.jeometry.geom3D.primitive.indexed.IndexedTriangle
org.jeometry.geom3D.properties
org.jeometry.geom3D.properties.org.jeometry.geom3D.properties.Colored
org.jeometry.geom3D.properties.org.jeometry.geom3D.properties.HasNormal
org.jeometry.geom3D.textured
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.Texturable
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.Texture
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.TextureBufferedImage
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.TextureImage
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.TextureManager
org.jeometry.geom3D.textured.org.jeometry.geom3D.textured.TexturePath
org.jeometry.geom3D.transform
org.jeometry.geom3D.transform.org.jeometry.geom3D.transform.Transform3D
org.jeometry.geom3D.transform.org.jeometry.geom3D.transform.Transform3DMatrix
org.jeometry.geom3D.transform.org.jeometry.geom3D.transform.Transform3DQuaternion
org.jeometry.io.matlab
org.jeometry.io.matlab.org.jeometry.io.matlab.MatLabUtils
org.jeometry.io.ply
org.jeometry.io.ply.org.jeometry.io.ply.PLY
org.jeometry.io.ply.org.jeometry.io.ply.PLYElementDescription
org.jeometry.io.ply.org.jeometry.io.ply.PLYFileDescriptor
org.jeometry.io.ply.org.jeometry.io.ply.PLYPropertyDescription
org.jeometry.io.ply.org.jeometry.io.ply.PLYPropertyListDescription
org.jeometry.io.ply.org.jeometry.io.ply.PLYReader
org.jeometry.io.ply.org.jeometry.io.ply.PLYReaderListener
org.jeometry.math
org.jeometry.math.org.jeometry.math.Matrix
org.jeometry.math.org.jeometry.math.Matrix3x3
org.jeometry.math.org.jeometry.math.Matrix4x4
org.jeometry.math.org.jeometry.math.Quaternion
org.jeometry.math.org.jeometry.math.Vector
org.jeometry.math.decomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.CholeskyDecomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.Decomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.EigenDecomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.LUDecomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.QRDecomposition
org.jeometry.math.decomposition.org.jeometry.math.decomposition.SVDDecomposition
org.jeometry.math.solver
org.jeometry.math.solver.org.jeometry.math.solver.Resolvable
org.jeometry.math.solver.org.jeometry.math.solver.Solver




© 2015 - 2024 Weber Informatics LLC | Privacy Policy