jar

org.jorigin : jeometry-api

Maven & Gradle

Apr 16, 2021
4 usages
1 stars

Jeometry API · Jeometry, a Mathematic and Geometry library for Java

Table Of Contents

Latest Version

Download org.jorigin : jeometry-api JAR file - Latest Versions:

All Versions

Download org.jorigin : jeometry-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jeometry-api-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jeometry.geom2D

├─ org.jeometry.geom2D.SpatialLocalization2D.class - [JAR]

org.jeometry.geom3D.mesh.indexed

├─ org.jeometry.geom3D.mesh.indexed.IndexedEdge.class - [JAR]

├─ org.jeometry.geom3D.mesh.indexed.IndexedFace.class - [JAR]

├─ org.jeometry.geom3D.mesh.indexed.IndexedMesh.class - [JAR]

├─ org.jeometry.geom3D.mesh.indexed.IndexedTriangleMesh.class - [JAR]

org.jeometry.geom3D

├─ org.jeometry.geom3D.Geom3D.class - [JAR]

├─ org.jeometry.geom3D.SpatialLocalization3D.class - [JAR]

org.jeometry.geom3D.properties

├─ org.jeometry.geom3D.properties.Colored.class - [JAR]

├─ org.jeometry.geom3D.properties.HasNormal.class - [JAR]

org.jeometry.geom3D.transform

├─ org.jeometry.geom3D.transform.Transform3D.class - [JAR]

├─ org.jeometry.geom3D.transform.Transform3DMatrix.class - [JAR]

├─ org.jeometry.geom3D.transform.Transform3DQuaternion.class - [JAR]

org.jeometry.factory

├─ org.jeometry.factory.JeometryFactory.class - [JAR]

├─ org.jeometry.factory.MathBuilder.class - [JAR]

├─ org.jeometry.factory.MeshBuilder.class - [JAR]

├─ org.jeometry.factory.PointBuilder.class - [JAR]

├─ org.jeometry.factory.TransformBuilder.class - [JAR]

org.jeometry.geom3D.mesh

├─ org.jeometry.geom3D.mesh.Edge.class - [JAR]

├─ org.jeometry.geom3D.mesh.Face.class - [JAR]

├─ org.jeometry.geom3D.mesh.Mesh.class - [JAR]

org.jeometry.geom2D.point

├─ org.jeometry.geom2D.point.ArrayListPoint2DContainer.class - [JAR]

├─ org.jeometry.geom2D.point.Coord2D.class - [JAR]

├─ org.jeometry.geom2D.point.Point2D.class - [JAR]

├─ org.jeometry.geom2D.point.Point2DContainer.class - [JAR]

org.jeometry.geom3D.point

├─ org.jeometry.geom3D.point.Coord3D.class - [JAR]

├─ org.jeometry.geom3D.point.Point3D.class - [JAR]

├─ org.jeometry.geom3D.point.Point3DContainer.class - [JAR]

org.jeometry.math.solver

├─ org.jeometry.math.solver.Resolvable.class - [JAR]

├─ org.jeometry.math.solver.Solver.class - [JAR]

org.jeometry.io.ply

├─ org.jeometry.io.ply.PLY.class - [JAR]

├─ org.jeometry.io.ply.PLYElementDescription.class - [JAR]

├─ org.jeometry.io.ply.PLYFileDescriptor.class - [JAR]

├─ org.jeometry.io.ply.PLYPropertyDescription.class - [JAR]

├─ org.jeometry.io.ply.PLYPropertyListDescription.class - [JAR]

├─ org.jeometry.io.ply.PLYReader.class - [JAR]

├─ org.jeometry.io.ply.PLYReaderListener.class - [JAR]

org.jeometry.math.decomposition

├─ org.jeometry.math.decomposition.CholeskyDecomposition.class - [JAR]

├─ org.jeometry.math.decomposition.Decomposition.class - [JAR]

├─ org.jeometry.math.decomposition.EigenDecomposition.class - [JAR]

├─ org.jeometry.math.decomposition.LUDecomposition.class - [JAR]

├─ org.jeometry.math.decomposition.QRDecomposition.class - [JAR]

├─ org.jeometry.math.decomposition.SVDDecomposition.class - [JAR]

org.jeometry.io.matlab

├─ org.jeometry.io.matlab.MatLabUtils.class - [JAR]

org.jeometry.geom3D.textured

├─ org.jeometry.geom3D.textured.Texturable.class - [JAR]

├─ org.jeometry.geom3D.textured.Texture.class - [JAR]

├─ org.jeometry.geom3D.textured.TextureBufferedImage.class - [JAR]

├─ org.jeometry.geom3D.textured.TextureImage.class - [JAR]

├─ org.jeometry.geom3D.textured.TextureManager.class - [JAR]

├─ org.jeometry.geom3D.textured.TexturePath.class - [JAR]

org.jeometry.geom3D.primitive

├─ org.jeometry.geom3D.primitive.Box.class - [JAR]

├─ org.jeometry.geom3D.primitive.Line3D.class - [JAR]

├─ org.jeometry.geom3D.primitive.LineSet3D.class - [JAR]

├─ org.jeometry.geom3D.primitive.Plane.class - [JAR]

├─ org.jeometry.geom3D.primitive.Polygon3D.class - [JAR]

├─ org.jeometry.geom3D.primitive.Triangle.class - [JAR]

org.jeometry.geom3D.neighbor

├─ org.jeometry.geom3D.neighbor.AdjacencyMap.class - [JAR]

├─ org.jeometry.geom3D.neighbor.IncidenceMap.class - [JAR]

├─ org.jeometry.geom3D.neighbor.MeshNeighborhood.class - [JAR]

org.jeometry.geom3D.primitive.indexed

├─ org.jeometry.geom3D.primitive.indexed.IndexedLine3D.class - [JAR]

├─ org.jeometry.geom3D.primitive.indexed.IndexedPolygon3D.class - [JAR]

├─ org.jeometry.geom3D.primitive.indexed.IndexedTetrahedron.class - [JAR]

├─ org.jeometry.geom3D.primitive.indexed.IndexedTriangle.class - [JAR]

org.jeometry.math

├─ org.jeometry.math.Matrix.class - [JAR]

├─ org.jeometry.math.Matrix3x3.class - [JAR]

├─ org.jeometry.math.Matrix4x4.class - [JAR]

├─ org.jeometry.math.Quaternion.class - [JAR]

├─ org.jeometry.math.Vector.class - [JAR]

org.jeometry

├─ org.jeometry.Jeometry.class - [JAR]

Advertisement

Dependencies from Group

Dec 01, 2021
6 usages
0 stars
Apr 16, 2021
4 usages
1 stars
Apr 16, 2021
2 usages
1 stars
Apr 16, 2021
1 usages
1 stars
Apr 16, 2021
1 stars

Discover Dependencies

Aug 10, 2023
5 usages
328 stars
Aug 17, 2023
6 usages
416 stars
Aug 17, 2023
7 usages
416 stars
Dec 01, 2022
5 usages
13 stars
Feb 28, 2023
5 usages
27 stars
Mar 25, 2020
4 usages
443 stars
Jul 22, 2023
4 usages
9 stars
Jul 22, 2023
4 usages
9 stars
Jun 17, 2022
12 usages
5.9k stars
Jan 23, 2023
7 usages
8 stars