Skip to content

Commit

Permalink
Some fixes in names
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Jun 4, 2024
1 parent 1bd52f6 commit 5df23ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The biggest addition is NURBS support! It is a variant of a B-Spline with much m

We also added a LinearSpline, which can be used to put straight line segments in a CubicCurve, which now acts as a sequence of cure segments, so you can mix various spline types together to form a single path.

And as a small improvement, the Point trait has been implemented for Quaternions and 4-dimensional Vectors. This trait is implemented for types that can be used in cubic curves, so now you have more types that can be used. For example, you can use the 4th element of a Vec4 to store tilt along the path on the curve.
And as a small improvement, the VectorSpace trait has been implemented and 4-dimensional Vectors. This trait is implemented for types that can be used in cubic curves, so now you have more types that can be used. For example, you can use the 4th element of a Vec4 to store tilt along the path on the curve.

0 comments on commit 5df23ca

Please sign in to comment.