godot/core/math
Aaron Franke 34ab6549b1
[Mono] Various Color improvements
I also slid in a fix to C++ Vector3 > and >=
2019-08-27 22:05:18 -04:00
..
a_star.cpp allow to reserve space in OAHashMap explicitly and also in AStar. 2019-08-27 00:38:35 +02:00
a_star.h allow to reserve space in OAHashMap explicitly and also in AStar. 2019-08-27 00:38:35 +02:00
aabb.cpp
aabb.h
audio_frame.cpp
audio_frame.h
basis.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
basis.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
bsp_tree.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
bsp_tree.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
camera_matrix.cpp Update some dead links in the codebase 2019-07-23 21:06:12 -03:00
camera_matrix.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
delaunay.h Replace is_zero_approx(A.distance_to(B)) with A==B 2019-08-19 18:16:58 +02:00
expression.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
expression.h Added lerp_angles built-in function 2019-07-20 12:59:41 +03:00
face3.cpp
face3.h
geometry.cpp Expose 2D polygon boolean operations in Geometry singleton 2019-05-22 17:12:39 +03:00
geometry.h Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp Inspector: Make default float step configurable 2019-07-23 17:31:38 +02:00
math_funcs.h [Core] [Mono] Optimize Wrap functions 2019-08-04 20:38:38 -07:00
octree.h Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
plane.cpp
plane.h
quat.cpp
quat.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
random_number_generator.h Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
random_pcg.cpp Merge pull request #27193 from toasteater/fix/pcg-randf 2019-06-12 15:21:58 +02:00
random_pcg.h Merge pull request #27193 from toasteater/fix/pcg-randf 2019-06-12 15:21:58 +02:00
rect2.cpp
rect2.h Merge pull request #27676 from qarmin/small_fixes_2 2019-05-01 08:19:04 +02:00
SCsub Move CryptoCore to it's own folder. 2019-08-19 16:31:05 +02:00
transform_2d.cpp
transform_2d.h
transform.cpp Add Basis constants and format Transform constants 2019-08-09 11:34:54 -07:00
transform.h Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments 2019-08-14 13:45:54 +02:00
triangle_mesh.cpp Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
triangle_mesh.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
triangulate.cpp
triangulate.h
vector2.cpp Add Vector2/3 sign and posmod functions, misc additions 2019-08-17 18:31:55 -04:00
vector2.h Add Vector2/3 sign and posmod functions, misc additions 2019-08-17 18:31:55 -04:00
vector3.cpp Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
vector3.h [Mono] Various Color improvements 2019-08-27 22:05:18 -04:00