1
0
Fork 0
godot/core/math
Rémi Verschelde b197de6f5f
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2022-01-07 00:14:54 +01:00
..
SCsub
a_star.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
a_star.h
aabb.cpp Warn when using an AABB or Rect2 with a negative size 2021-12-06 16:51:59 +01:00
aabb.h Warn when using an AABB or Rect2 with a negative size 2021-12-06 16:51:59 +01:00
audio_frame.cpp
audio_frame.h
basis.cpp clang-format: Enable `BreakBeforeTernaryOperators` 2021-10-28 14:50:33 +02:00
basis.h [3.x] Add Basis helper functions for transforming normals 2021-11-15 08:43:46 +00:00
bsp_tree.cpp
bsp_tree.h
bvh.h BVH - add option for expanded AABBs in leaves 2021-11-20 06:45:12 +00:00
bvh_abb.h Merge pull request #55050 from lawnjelly/bvh_detect_shrinkage 2021-11-19 17:39:12 +01:00
bvh_cull.inc BVH - detect shrinkage within expanded bounds 2021-11-17 09:06:10 +00:00
bvh_debug.inc BVH - detect shrinkage within expanded bounds 2021-11-17 09:06:10 +00:00
bvh_integrity.inc
bvh_logic.inc clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
bvh_misc.inc
bvh_pair.inc BVH - add option for expanded AABBs in leaves 2021-11-20 06:45:12 +00:00
bvh_public.inc BVH - add option for expanded AABBs in leaves 2021-11-20 06:45:12 +00:00
bvh_refit.inc
bvh_split.inc BVH - detect shrinkage within expanded bounds 2021-11-17 09:06:10 +00:00
bvh_structs.inc Add option to use handles to RID 2021-12-06 14:43:34 +00:00
bvh_tree.h BVH - add option for expanded AABBs in leaves 2021-11-20 06:45:12 +00:00
camera_matrix.cpp
camera_matrix.h
convex_hull.cpp Remove unimplemented methods 2021-11-18 12:47:36 +00:00
convex_hull.h
delaunay.h
disjoint_set.cpp
disjoint_set.h
expression.cpp
expression.h
face3.cpp
face3.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
geometry.cpp
geometry.h Remove unimplemented methods 2021-11-18 12:47:36 +00:00
math_defs.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
octree.h
octree_definition.inc Fix typos with codespell 2022-01-07 00:14:54 +01:00
plane.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
plane.h
quat.cpp
quat.h
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h
rect2.cpp Warn when using an AABB or Rect2 with a negative size 2021-12-06 16:51:59 +01:00
rect2.h Warn when using an AABB or Rect2 with a negative size 2021-12-06 16:51:59 +01:00
transform.cpp
transform.h
transform_2d.cpp
transform_2d.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
triangulate.h
vector2.cpp [3.x] Backport some APIs in math structs 2021-11-27 01:19:45 -06:00
vector2.h [3.x] Backport some APIs in math structs 2021-11-27 01:19:45 -06:00
vector3.cpp [3.x] Backport some APIs in math structs 2021-11-27 01:19:45 -06:00
vector3.h [3.x] Backport some APIs in math structs 2021-11-27 01:19:45 -06:00