| 687 | }; |
| 688 | |
| 689 | struct 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 | |
| 702 | static float normalize(Vector3& v) |
| 703 | { |
no outgoing calls
no test coverage detected