RobustGeometry.NET icon indicating copy to clipboard operation
RobustGeometry.NET copied to clipboard

A computational geometry library for .NET.

Results 3 RobustGeometry.NET issues
Sort by recently updated
recently updated
newest added

By `for (eindex = 0; eindex < e.Length; eindex++)` did you mean `for (eindex = 0; eindex < elen; eindex++)` ? I know it's not used further. Doesn't affect anything...

some unit test code like var result = a + b - a, it will be fault in release mode, add [MethodImpl(MethodImplOptions.NoOptimization)] to avoid fault.

Hi Govert, let me first tell you how great and useful your library is. I'm currently developing a geometry project in C# and have encountered floating point issues in it....