Skip to content

Warn user about signed zero behavior#1430

Merged
oitel merged 4 commits intomasterfrom
feature/vertex_hash_warning
Jul 17, 2023
Merged

Warn user about signed zero behavior#1430
oitel merged 4 commits intomasterfrom
feature/vertex_hash_warning

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Jul 17, 2023

No description provided.

@oitel oitel requested a review from Fedr July 17, 2023 09:29
};

/// helper function to get rid of signed zero values; see \ref `VertexIdentifier` for more info
void unsignZeroValues( Vector3f& v );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add MRMESH_API

namespace MeshBuilder
{

void unsignZeroValues( Vector3f& v )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably put it in Vector3, or make it a general algorithm that can be applied to Vector2/3/4?

@oitel oitel merged commit ee6b7b1 into master Jul 17, 2023
@oitel oitel deleted the feature/vertex_hash_warning branch July 17, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants