Open
Conversation
Change panics to return Results instead.
Makes spline and clip independent of Vary. Lerp has a blanket impl for all Affine<f32> types.
Easy now that Lerp is separate. Factor coefficient computation to a separate function. The coefficients are constant for a given spline, so can be precomputed if the spline is evaluated multiple times (eg. by an iterator).
* Store points in Mesh * Use points in solids * Parse points in obj loader * Change projection matrix apply to take Point
* Make Lerp supertrait of Vary * impl Lerp for () and (,) * Also add doc comments and doctest
* Invert outcode bits so 1 means outside * Use plain u8 for outcode again * Use separate ClipPlane type rather than alias * Add and improve comments
Also make the samples iterator opaque now that we have RPIT in traits.
Re-export "stuttery" names like stats::Stats. Clean up imports.
Now it actually yields n items. Also make robust when called with n=0 or n=1.
They inherently require trigonometric functions.
Remove a couple of superfluous verts and faces generated. Make Vec capacities reserved exactly equal to what is needed.
a301953 to
2d3126e
Compare
9ab84be to
a50aa2e
Compare
5e9a307 to
1ebf545
Compare
8edeca7 to
7b1d3df
Compare
024a425 to
cce0d4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.