summaryrefslogtreecommitdiffstats
path: root/code/Common/SpatialSort.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Introduce interpolation mode to vectro and quaternion keysKim Kulling2024-07-171-4/+0
|
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Trim Trailing WhitespaceKrishty2023-01-161-1/+1
|
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-3/+1
|
* Apply modernize-use-emplace clang-tidy ruleAaron Gokaslan2022-08-231-1/+1
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* CalculateDistance methodMalcolm Tyrrell2021-10-211-3/+8
|
* Subtract the centroidMalcolm Tyrrell2021-10-201-4/+8
|
* Move distance initialization to Finalize.Malcolm Tyrrell2021-10-201-4/+4
|
* Ensure the usage pattern of SpatialSort.Malcolm Tyrrell2021-10-191-3/+12
|
* Fix spelling mistakeIOhannes m zmölnig2021-10-081-2/+2
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* Improve ToBinary() for double precision.Hill Ma2020-07-031-3/+4
| | | | | The constant 0x80000000 is specific to 32 bit types. Make the bit mask according to the size of types.
* Fix build when ASSIMP_DOUBLE_PRECISION is on.Hill Ma2020-06-281-1/+1
| | | | | | | | | Tested: $ cmake -DASSIMP_DOUBLE_PRECISION=1 -DASSIMP_BUILD_MDL_IMPORTER=0 ..; make The MDL importer is disabled due to the fact that there is some float-only code in MDL. This also means bin/assimp and bin/unit would not link successfully with the above build flags.
* closes https://github.com/assimp/assimp/issues/3165: fix gcc build.kimkulling2020-05-281-8/+4
|
* fix formatting.Kim Kulling2020-04-261-12/+11
|
* closes https://github.com/assimp/assimp/issues/3165: remove deprecated code ↵Kim Kulling2020-04-261-133/+117
| | | | whch causes compiler warning.
* ix compiler warning for pragma statements.Kim Kulling2020-03-151-1/+3
|
* fix more warnings.Kim Kulling2020-02-161-0/+2
|
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
| | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
* Fix references in cmake file.Kim Kulling2019-06-091-0/+342