mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
376 stars 132 forks source link

Update Vector3DHomogeneous.cs #182

Closed osbordh closed 1 year ago

osbordh commented 4 years ago

Removed links that are dead from field comments. Fixed constructor that take Vector argument (W component was incorrect). Also replaced :this(x,y,z,w) with assignments in the constructor body, since you must check vector length before calling this(x,y,z,w). Fixed ToVector3D(). Copy/paste error (all components were this.X).