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:
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
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
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