We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure how much of this still makes sense, but I wanted to transfer everything from private notes to GitHub.
Deref<Target=Handle>
{Element}Ref
add_vertex(pos)
derive(FatMesh)
add_vertex(position)
(core mesh, position)
{Element}
derive_more
profile.release debug=true
ErrorKind
Config::into_writer
wrote_to_mem
hsize
u64
Handle
Into<Handle>
fat::EmptyMesh
Mem*
try_add_face
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure how much of this still makes sense, but I wanted to transfer everything from private notes to GitHub.
Deref<Target=Handle>
for ElementRef{Element}Ref
thingies a single pointer? Also make them always valid, i.e. non constructable by users.add_vertex(pos)
and the like methods to fat meshes (automatically?)derive(FatMesh)
to add several methods likeadd_vertex(position)
.(core mesh, position)
again to make passing fat meshes into algorithms easier{Element}Ref
to{Element}
?derive_more
dependencyprofile.release debug=true
ErrorKind
nicerConfig::into_writer
should be in a trait (and then we can addwrote_to_mem
)hsize
and handlesu64
ashsize
Handle
for structs with onehsize
fieldInto<Handle>
or sofat::EmptyMesh
or implementMem*
for all core mesh typestry_add_face
which returns a resultThe text was updated successfully, but these errors were encountered: