So trying to extend the library so the Matrices support an "Inverse" function I found that the Minor and Adjoint functions don't work. the reason? The indexing of the Matrices is calculating the in...
Hello, First of all thank you for this beautiful library! I'm not sure if I'm using the library in the correct way, but with the following code I get wrong results: if a segment from point A to po...
Hi, another issue: [Test] public void test() { Sharp3D.Math.Geometry3D.Plane plane = new Sharp3D.Math.Geometry3D.Plane(Vector3F.ZAxis, -3e6f); Vector3F p1 = new Vector3F(161746.9f, 0.00571176f, ...