Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Is anyone interested in Point2D & 3D, Vector2D & 3D and coordinatesystem etc?

$
0
0
Never heard of any SIMD types :)

How do you suggest I proceed, create a branch for the new stuff and a PR to it? I have not used git the pull request way but am sure it will be np.

What I have:
  • Point2D
  • Vector2D
  • Point3D
  • Vector3D
  • UnitVector3D (not sure it is a good idea)
    Above implemented as immutable structs, serialization + math methods
  • Coordinatesystem
  • Plane
  • Line
  • Ray
    Above implemented as classes, serialization + math methods
~250 tests for the above, test coverage is probably a bit spotty.
For me it would be great to push it so you guys can have a look and flame away at it. As they are implemented now they have a reference to MathNet.Numerics, Coordsys wraps a 4x4 DenseMatrix for example

Viewing all articles
Browse latest Browse all 971

Trending Articles