godot/core/math
Danil Alexeev 134755ebcf Add ord() function to Expression class
The ord() function was recently added in GDScript and VisualScript,
but was missed in the Expression class.
2019-12-29 09:20:10 +03:00
..
a_star.cpp Emit an error rather than crash in A* 2019-11-08 20:32:50 +08:00
a_star.h Merge pull request #30556 from kawa-yoiko/astar-directed 2019-11-07 12:33:27 +01:00
aabb.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
aabb.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
audio_frame.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_frame.h Added generator audio stream, and spectrum analyzer audio effect 2019-04-10 12:58:06 -03:00
basis.cpp Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
basis.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
bsp_tree.cpp Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
bsp_tree.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
camera_matrix.cpp Fix some overflows and unitialized variables 2019-11-20 16:22:16 +01:00
camera_matrix.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
delaunay.h Replace vector == and is_zero_approx(distance) with is_equal_approx 2019-10-14 16:47:42 -04:00
disjoint_set.cpp Fix copyright headers and style issues 2019-09-24 11:52:06 +02:00
disjoint_set.h GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support 2019-09-20 23:08:58 -07:00
expression.cpp Add ord() function to Expression class 2019-12-29 09:20:10 +03:00
expression.h Add ord() function to Expression class 2019-12-29 09:20:10 +03:00
face3.cpp Fixed bug caused by a copy/paste error in Face3::get_closest_point_to 2019-11-19 22:30:28 -08:00
face3.h Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
geometry.cpp Drop b2d_convexdecomp. no longer necessary. 2019-12-13 23:29:52 +01:00
geometry.h Drop b2d_convexdecomp. no longer necessary. 2019-12-13 23:29:52 +01:00
math_defs.h Several fixes to make GLES2 on HTML5 work much better. 2019-02-25 21:47:29 -03:00
math_fieldwise.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_fieldwise.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_funcs.cpp Remove circular include between core/typedefs.h and core/error_macros.h 2019-10-08 11:03:57 +02:00
math_funcs.h Fix "seperate" typos 2019-10-31 08:52:26 -04:00
octree.h Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
plane.cpp Merge pull request #32477 from aaronfranke/equal-approx-separate 2019-11-07 14:54:15 +01:00
plane.h Expose is_equal_approx and restore == to be exact again 2019-10-14 16:48:59 -04:00
quat.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
quat.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
quick_hull.cpp Replace vector == and is_zero_approx(distance) with is_equal_approx 2019-10-14 16:47:42 -04:00
quick_hull.h Scale quickhull tolerance with mesh size 2019-03-01 20:58:39 +00:00
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 Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
rect2.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
SCsub Move CryptoCore to it's own folder. 2019-08-19 16:31:05 +02:00
transform.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
transform.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
transform_2d.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
transform_2d.h Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
triangulate.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector2.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
vector2.h Expose is_equal_approx and restore == to be exact again 2019-10-14 16:48:59 -04:00
vector3.cpp Make is_equal_approx separate for structures 2019-10-14 16:46:54 -04:00
vector3.h Expose is_equal_approx and restore == to be exact again 2019-10-14 16:48:59 -04:00