Skip to content

Releases: RiSearcher/GeometRi.CSharp

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.

v1.3.5.16

05 Jul 12:48
Compare
Choose a tag to compare

Fixed distance from triangle to point calculation.

v1.3.5.15

06 Jan 14:21
Compare
Choose a tag to compare

Intersection check of triangle with triangle and box

v1.3.5.13

01 Oct 16:10
Compare
Choose a tag to compare

Many optimizations.
Distance from line to circle's boundary.
Fixed circle/triangle intersection check.

v1.3.5.12

18 Jun 19:28
Compare
Choose a tag to compare

Fixed "Rotation.ToAxis/Angle" method.

v1.3.5.11

16 May 21:34
Compare
Choose a tag to compare

More robust implementation of Point3d.BelongsTo(Segment3d).

v1.3.5.10

14 May 13:37
Compare
Choose a tag to compare

Added "Serializable" attribute for .Net Framework 2.0 build.
Fixed bug in circle/circle intersection.