MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Collapse

Class Collapse

Source/ThirdParty/meshoptimizer/simplifier.cpp:689–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687};
688
689struct Collapse
690{
691 unsigned int v0;
692 unsigned int v1;
693
694 union
695 {
696 unsigned int bidi;
697 float error;
698 unsigned int errorui;
699 };
700};
701
702static float normalize(Vector3& v)
703{

Callers 10

UpdateFilterMethod · 0.85
UpdateFilterMethod · 0.85
TreeNodeClass · 0.85
CollapseAllMethod · 0.85
OnMouseUpMethod · 0.85
TrackClass · 0.85
CollapseAllMethod · 0.85
OnMouseUpMethod · 0.85
OnKeyDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected