Skip to content

Releases: RiSearcher/GeometRi.CSharp

v1.5.0.2

29 Aug 15:17
Compare
Choose a tag to compare

Added DistanceSquared() method for primitive objects.

v1.5.0

24 Aug 09:26
Compare
Choose a tag to compare

Caching of some computed object's properties.
Reference is returned instead of object's copy.
Möller-Trumbore triangle-ray intersection algorithm.
Other optimizations.

v1.4.1.4

13 Jul 08:55
Compare
Choose a tag to compare

Intersection check of ellipsoid and sphere.
Distance between two ellipsoids.

v1.4.1.3

27 May 18:04
Compare
Choose a tag to compare

Fixed AABB local coordinate system.
Create prism by extruding face of convex polyhedron.

v.1.4.1.2

05 Mar 18:14
Compare
Choose a tag to compare

Distance from convex polyhedron to segment, sphere, and circle.
Several optimizations.

v1.4.1.1

24 Oct 15:04
Compare
Choose a tag to compare

Fixed closest points locations in ConvexPoly distance calculations.
Fixed circle-circle intersection check.

v1.4.1.0

16 Apr 09:11
Compare
Choose a tag to compare

Convex polyhedron class.
Axis aligned bounding box (AABB) class.

v1.4.0.5

03 Apr 16:55
Compare
Choose a tag to compare

v1.4.0.4

28 Mar 15:20
Compare
Choose a tag to compare

Fixed distance to triangle calculation with relative tolerance.

v1.4.0.3

25 Oct 07:57
Compare
Choose a tag to compare

Calculation of closest points between two segments, two triangles, and segment and triangle.