Created
November 17, 2017 10:09
-
-
Save yakud/9da9e75f48ee5b6b4894b787fa55a3ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro-Yakud:yakud yakud$ go build -v -buildmode=c-shared -o libgodot.so pong.go | |
github.com/shadowapex/godot-go/godot | |
# github.com/shadowapex/godot-go/godot | |
Undefined symbols for architecture x86_64: | |
"_godot_array_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_array_new in array.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_array_new) | |
"_godot_basis_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_as_string in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_as_string) | |
"_godot_basis_determinant", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_determinant in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_determinant) | |
"_godot_basis_get_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_axis in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_axis) | |
"_godot_basis_get_elements", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_elements in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_elements) | |
"_godot_basis_get_euler", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_euler in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_euler) | |
"_godot_basis_get_orthogonal_index", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_orthogonal_index in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_orthogonal_index) | |
"_godot_basis_get_row", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_row in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_row) | |
"_godot_basis_get_scale", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_get_scale in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_get_scale) | |
"_godot_basis_inverse", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_inverse in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_inverse) | |
"_godot_basis_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_new in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_new_with_axis_and_angle, __cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler , __cgo_94ca59146e10_Cfunc_godot_basis_new , __cgo_94ca59146e10_Cfunc_godot_basis_new_with_rows , __cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler_quat ) | |
"_godot_basis_new_with_axis_and_angle", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_new_with_axis_and_angle in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_new_with_axis_and_angle) | |
"_godot_basis_new_with_euler", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler, __cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler_quat ) | |
"_godot_basis_new_with_euler_quat", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler_quat in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_new_with_euler_quat) | |
"_godot_basis_new_with_rows", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_new_with_rows in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_new_with_rows) | |
"_godot_basis_operator_add", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_operator_add in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_operator_add) | |
"_godot_basis_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_operator_equal in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_operator_equal) | |
"_godot_basis_operator_multiply_scalar", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_operator_multiply_scalar in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_operator_multiply_scalar) | |
"_godot_basis_operator_multiply_vector", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_operator_multiply_vector in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_operator_multiply_vector) | |
"_godot_basis_orthonormalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_orthonormalized in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_orthonormalized) | |
"_godot_basis_rotated", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_rotated in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_rotated) | |
"_godot_basis_scaled", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_scaled in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_scaled) | |
"_godot_basis_set_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_set_axis in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_set_axis) | |
"_godot_basis_set_row", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_set_row in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_set_row) | |
"_godot_basis_tdotx", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_tdotx in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_tdotx) | |
"_godot_basis_tdoty", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_tdoty in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_tdoty) | |
"_godot_basis_tdotz", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_tdotz in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_tdotz) | |
"_godot_basis_transposed", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_transposed in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_transposed) | |
"_godot_basis_xform", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_xform in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_xform_inv, __cgo_94ca59146e10_Cfunc_godot_basis_xform ) | |
"_godot_basis_xform_inv", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_basis_xform_inv in basis.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_basis_xform_inv) | |
"_godot_color_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_as_string in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_as_string) | |
"_godot_color_blend", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_blend in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_blend) | |
"_godot_color_contrasted", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_contrasted in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_contrasted) | |
"_godot_color_get_a", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_a in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_a) | |
"_godot_color_get_b", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_b in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_b) | |
"_godot_color_get_g", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_g in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_g) | |
"_godot_color_get_h", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_h in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_h) | |
"_godot_color_get_r", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_r in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_r) | |
"_godot_color_get_s", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_s in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_s) | |
"_godot_color_get_v", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_get_v in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_get_v) | |
"_godot_color_gray", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_gray in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_gray) | |
"_godot_color_inverted", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_inverted in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_inverted) | |
"_godot_color_linear_interpolate", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_linear_interpolate in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_linear_interpolate) | |
"_godot_color_new_rgb", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_new_rgb in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_new_rgba, __cgo_94ca59146e10_Cfunc_godot_color_new_rgb ) | |
"_godot_color_new_rgba", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_new_rgba in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_new_rgba) | |
"_godot_color_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_operator_equal in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_operator_equal) | |
"_godot_color_operator_less", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_operator_less in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_operator_less) | |
"_godot_color_set_a", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_set_a in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_set_a) | |
"_godot_color_set_b", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_set_b in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_set_b) | |
"_godot_color_set_g", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_set_g in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_set_g) | |
"_godot_color_set_r", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_set_r in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_set_r) | |
"_godot_color_to_html", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_color_to_html in color.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_color_to_html) | |
"_godot_dictionary_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_dictionary_new in dictionary.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_dictionary_new) | |
"_godot_global_get_singleton", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_global_get_singleton in classes.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_global_get_singleton) | |
"_godot_method_bind_get_method", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_method_bind_get_method in classes.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_method_bind_get_method) | |
"_godot_method_bind_ptrcall", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_method_bind_ptrcall in classes.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_method_bind_ptrcall) | |
"_godot_nativescript_register_class", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_nativescript_register_class in godot.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_nativescript_register_class) | |
"_godot_nativescript_register_method", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_nativescript_register_method in godot.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_nativescript_register_method) | |
"_godot_node_path_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_as_string in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_as_string) | |
"_godot_node_path_destroy", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_destroy in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_destroy) | |
"_godot_node_path_get_name", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_get_name in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_get_name_count, __cgo_94ca59146e10_Cfunc_godot_node_path_get_name ) | |
"_godot_node_path_get_name_count", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_get_name_count in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_get_name_count) | |
"_godot_node_path_get_property", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_get_property in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_get_property) | |
"_godot_node_path_get_subname", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_get_subname in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_get_subname_count, __cgo_94ca59146e10_Cfunc_godot_node_path_get_subname ) | |
"_godot_node_path_get_subname_count", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_get_subname_count in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_get_subname_count) | |
"_godot_node_path_is_absolute", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_is_absolute in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_is_absolute) | |
"_godot_node_path_is_empty", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_is_empty in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_is_empty) | |
"_godot_node_path_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_new in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_new, __cgo_94ca59146e10_Cfunc_godot_node_path_new_copy ) | |
"_godot_node_path_new_copy", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_new_copy in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_new_copy) | |
"_godot_node_path_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_node_path_operator_equal in nodePath.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_node_path_operator_equal) | |
"_godot_plane_new_with_reals", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_plane_new_with_reals in plane.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_plane_new_with_reals) | |
"_godot_print", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_print in log.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_print, __cgo_94ca59146e10_Cfunc_godot_print_warning , __cgo_94ca59146e10_Cfunc_godot_print_error ) | |
"_godot_print_error", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_print_error in log.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_print_error) | |
"_godot_print_warning", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_print_warning in log.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_print_warning) | |
"_godot_quat_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_as_string in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_as_string) | |
"_godot_quat_cubic_slerp", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_cubic_slerp in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_cubic_slerp) | |
"_godot_quat_dot", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_dot in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_dot) | |
"_godot_quat_get_w", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_get_w in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_get_w) | |
"_godot_quat_get_x", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_get_x in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_get_x) | |
"_godot_quat_get_y", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_get_y in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_get_y) | |
"_godot_quat_get_z", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_get_z in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_get_z) | |
"_godot_quat_inverse", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_inverse in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_inverse) | |
"_godot_quat_is_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_is_normalized in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_is_normalized) | |
"_godot_quat_length", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_length in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_length_squared, __cgo_94ca59146e10_Cfunc_godot_quat_length ) | |
"_godot_quat_length_squared", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_length_squared in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_length_squared) | |
"_godot_quat_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_new in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_new_with_axis_angle, __cgo_94ca59146e10_Cfunc_godot_quat_new ) | |
"_godot_quat_new_with_axis_angle", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_new_with_axis_angle in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_new_with_axis_angle) | |
"_godot_quat_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_normalized in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_normalized) | |
"_godot_quat_operator_add", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_add in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_add) | |
"_godot_quat_operator_divide", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_divide in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_divide) | |
"_godot_quat_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_equal in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_equal) | |
"_godot_quat_operator_multiply", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_multiply in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_multiply) | |
"_godot_quat_operator_neg", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_neg in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_neg) | |
"_godot_quat_operator_substract", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_operator_substract in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_operator_substract) | |
"_godot_quat_set_w", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_set_w in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_set_w) | |
"_godot_quat_set_x", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_set_x in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_set_x) | |
"_godot_quat_set_y", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_set_y in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_set_y) | |
"_godot_quat_set_z", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_set_z in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_set_z) | |
"_godot_quat_slerp", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_slerp in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_slerp, __cgo_94ca59146e10_Cfunc_godot_quat_slerpni ) | |
"_godot_quat_slerpni", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_slerpni in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_slerpni) | |
"_godot_quat_xform", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_quat_xform in quat.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_quat_xform) | |
"_godot_rect2_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_as_string in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_as_string) | |
"_godot_rect2_clip", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_clip in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_clip) | |
"_godot_rect2_encloses", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_encloses in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_encloses) | |
"_godot_rect2_expand", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_expand in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_expand) | |
"_godot_rect2_get_area", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_get_area in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_get_area) | |
"_godot_rect2_get_position", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_get_position in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_get_position) | |
"_godot_rect2_get_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_get_size in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_get_size) | |
"_godot_rect2_grow", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_grow in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_grow) | |
"_godot_rect2_has_no_area", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_has_no_area in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_has_no_area) | |
"_godot_rect2_has_point", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_has_point in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_has_point) | |
"_godot_rect2_intersects", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_intersects in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_intersects) | |
"_godot_rect2_merge", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_merge in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_merge) | |
"_godot_rect2_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_new in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_new, __cgo_94ca59146e10_Cfunc_godot_rect2_new_with_position_and_size ) | |
"_godot_rect2_new_with_position_and_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_new_with_position_and_size in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_new_with_position_and_size) | |
"_godot_rect2_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_operator_equal in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_operator_equal) | |
"_godot_rect2_set_position", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_set_position in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_set_position) | |
"_godot_rect2_set_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect2_set_size in rect2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect2_set_size) | |
"_godot_rect3_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_as_string in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_as_string) | |
"_godot_rect3_encloses", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_encloses in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_encloses) | |
"_godot_rect3_expand", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_expand in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_expand) | |
"_godot_rect3_get_area", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_area in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_area) | |
"_godot_rect3_get_endpoint", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_endpoint in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_endpoint) | |
"_godot_rect3_get_longest_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_size, __cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis , __cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_index ) | |
"_godot_rect3_get_longest_axis_index", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_index in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_index) | |
"_godot_rect3_get_longest_axis_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_size in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_longest_axis_size) | |
"_godot_rect3_get_position", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_position in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_position) | |
"_godot_rect3_get_shortest_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_index, __cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis , __cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_size ) | |
"_godot_rect3_get_shortest_axis_index", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_index in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_index) | |
"_godot_rect3_get_shortest_axis_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_size in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_shortest_axis_size) | |
"_godot_rect3_get_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_size in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_size) | |
"_godot_rect3_get_support", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_get_support in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_get_support) | |
"_godot_rect3_grow", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_grow in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_grow) | |
"_godot_rect3_has_no_area", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_has_no_area in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_has_no_area) | |
"_godot_rect3_has_no_surface", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_has_no_surface in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_has_no_surface) | |
"_godot_rect3_has_point", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_has_point in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_has_point) | |
"_godot_rect3_intersection", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_intersection in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_intersection) | |
"_godot_rect3_intersects", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_intersects in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_intersects_plane, __cgo_94ca59146e10_Cfunc_godot_rect3_intersects , __cgo_94ca59146e10_Cfunc_godot_rect3_intersects_segment ) | |
"_godot_rect3_intersects_plane", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_intersects_plane in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_intersects_plane) | |
"_godot_rect3_intersects_segment", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_intersects_segment in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_intersects_segment) | |
"_godot_rect3_merge", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_merge in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_merge) | |
"_godot_rect3_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_new in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_new) | |
"_godot_rect3_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_operator_equal in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_operator_equal) | |
"_godot_rect3_set_position", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_set_position in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_set_position) | |
"_godot_rect3_set_size", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rect3_set_size in rect3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rect3_set_size) | |
"_godot_rid_get_id", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rid_get_id in rid.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rid_get_id) | |
"_godot_rid_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rid_new in rid.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rid_new, __cgo_94ca59146e10_Cfunc_godot_rid_new_with_resource ) | |
"_godot_rid_new_with_resource", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rid_new_with_resource in rid.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rid_new_with_resource) | |
"_godot_rid_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rid_operator_equal in rid.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rid_operator_equal) | |
"_godot_rid_operator_less", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_rid_operator_less in rid.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_rid_operator_less) | |
"_godot_string_c_str", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_string_c_str in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_string_c_str) | |
"_godot_string_destroy", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_string_destroy in log.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_string_destroy) | |
"_godot_string_new_data", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_string_new_data in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_string_new_data) | |
"_godot_variant_as_bool", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_bool in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_bool) | |
"_godot_variant_as_int", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_int in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_int) | |
"_godot_variant_as_node_path", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_node_path in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_node_path) | |
"_godot_variant_as_real", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_real in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_real) | |
"_godot_variant_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_string in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_string) | |
"_godot_variant_as_uint", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_as_uint in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_as_uint) | |
"_godot_variant_get_type", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_get_type in godot.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_get_type) | |
"_godot_variant_new_bool", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_bool in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_bool) | |
"_godot_variant_new_int", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_int in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_int) | |
"_godot_variant_new_nil", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_nil in godot.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_nil) | |
"_godot_variant_new_node_path", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_node_path in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_node_path) | |
"_godot_variant_new_real", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_real in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_real) | |
"_godot_variant_new_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_string in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_string) | |
"_godot_variant_new_uint", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_variant_new_uint in convert.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_variant_new_uint) | |
"_godot_vector2_abs", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_abs in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_abs) | |
"_godot_vector2_angle", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_angle in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_angle_to_point, __cgo_94ca59146e10_Cfunc_godot_vector2_angle_to , __cgo_94ca59146e10_Cfunc_godot_vector2_angle ) | |
"_godot_vector2_angle_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_angle_to in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_angle_to_point, __cgo_94ca59146e10_Cfunc_godot_vector2_angle_to ) | |
"_godot_vector2_angle_to_point", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_angle_to_point in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_angle_to_point) | |
"_godot_vector2_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_as_string in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_as_string) | |
"_godot_vector2_aspect", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_aspect in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_aspect) | |
"_godot_vector2_bounce", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_bounce in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_bounce) | |
"_godot_vector2_clamped", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_clamped in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_clamped) | |
"_godot_vector2_cubic_interpolate", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_cubic_interpolate in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_cubic_interpolate) | |
"_godot_vector2_distance_squared_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_distance_squared_to in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_distance_squared_to) | |
"_godot_vector2_distance_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_distance_to in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_distance_to) | |
"_godot_vector2_dot", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_dot in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_dot) | |
"_godot_vector2_floor", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_floor in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_floor) | |
"_godot_vector2_get_x", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_get_x in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_get_x) | |
"_godot_vector2_get_y", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_get_y in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_get_y) | |
"_godot_vector2_is_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_is_normalized in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_is_normalized) | |
"_godot_vector2_length", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_length in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_length_squared, __cgo_94ca59146e10_Cfunc_godot_vector2_length ) | |
"_godot_vector2_length_squared", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_length_squared in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_length_squared) | |
"_godot_vector2_linear_interpolate", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_linear_interpolate in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_linear_interpolate) | |
"_godot_vector2_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_new in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_new) | |
"_godot_vector2_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_normalized in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_normalized) | |
"_godot_vector2_operator_add", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_add in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_add) | |
"_godot_vector2_operator_divide_scalar", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_divide_scalar in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_divide_scalar) | |
"_godot_vector2_operator_divide_vector", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_divide_vector in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_divide_vector) | |
"_godot_vector2_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_equal in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_equal) | |
"_godot_vector2_operator_less", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_less in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_less) | |
"_godot_vector2_operator_multiply_scalar", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_multiply_scalar in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_multiply_scalar) | |
"_godot_vector2_operator_multiply_vector", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_multiply_vector in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_multiply_vector) | |
"_godot_vector2_operator_neg", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_neg in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_neg) | |
"_godot_vector2_operator_substract", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_operator_substract in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_operator_substract) | |
"_godot_vector2_reflect", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_reflect in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_reflect) | |
"_godot_vector2_rotated", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_rotated in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_rotated) | |
"_godot_vector2_set_x", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_set_x in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_set_x) | |
"_godot_vector2_slide", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_slide in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_slide) | |
"_godot_vector2_snapped", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_snapped in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_snapped) | |
"_godot_vector2_tangent", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector2_tangent in vector2.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector2_tangent) | |
"_godot_vector3_abs", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_abs in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_abs) | |
"_godot_vector3_angle_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_angle_to in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_angle_to) | |
"_godot_vector3_as_string", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_as_string in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_as_string) | |
"_godot_vector3_bounce", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_bounce in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_bounce) | |
"_godot_vector3_ceil", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_ceil in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_ceil) | |
"_godot_vector3_cross", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_cross in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_cross) | |
"_godot_vector3_cubic_interpolate", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_cubic_interpolate in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_cubic_interpolate) | |
"_godot_vector3_distance_squared_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_distance_squared_to in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_distance_squared_to) | |
"_godot_vector3_distance_to", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_distance_to in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_distance_to) | |
"_godot_vector3_dot", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_dot in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_dot) | |
"_godot_vector3_floor", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_floor in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_floor) | |
"_godot_vector3_get_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_get_axis in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_get_axis) | |
"_godot_vector3_inverse", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_inverse in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_inverse) | |
"_godot_vector3_is_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_is_normalized in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_is_normalized) | |
"_godot_vector3_length", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_length in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_length_squared, __cgo_94ca59146e10_Cfunc_godot_vector3_length ) | |
"_godot_vector3_length_squared", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_length_squared in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_length_squared) | |
"_godot_vector3_linear_interpolate", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_linear_interpolate in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_linear_interpolate) | |
"_godot_vector3_max_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_max_axis in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_max_axis) | |
"_godot_vector3_min_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_min_axis in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_min_axis) | |
"_godot_vector3_new", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_new in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_new) | |
"_godot_vector3_normalized", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_normalized in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_normalized) | |
"_godot_vector3_operator_add", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_add in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_add) | |
"_godot_vector3_operator_divide_scalar", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_divide_scalar in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_divide_scalar) | |
"_godot_vector3_operator_divide_vector", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_divide_vector in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_divide_vector) | |
"_godot_vector3_operator_equal", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_equal in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_equal) | |
"_godot_vector3_operator_less", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_less in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_less) | |
"_godot_vector3_operator_multiply_scalar", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_multiply_scalar in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_multiply_scalar) | |
"_godot_vector3_operator_multiply_vector", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_multiply_vector in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_multiply_vector) | |
"_godot_vector3_operator_neg", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_neg in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_neg) | |
"_godot_vector3_operator_substract", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_operator_substract in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_operator_substract) | |
"_godot_vector3_outer", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_outer in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_outer) | |
"_godot_vector3_reflect", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_reflect in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_reflect) | |
"_godot_vector3_rotated", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_rotated in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_rotated) | |
"_godot_vector3_set_axis", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_set_axis in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_set_axis) | |
"_godot_vector3_slide", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_slide in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_slide) | |
"_godot_vector3_snapped", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_snapped in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_snapped) | |
"_godot_vector3_to_diagonal_matrix", referenced from: | |
__cgo_94ca59146e10_Cfunc_godot_vector3_to_diagonal_matrix in vector3.cgo2.o | |
(maybe you meant: __cgo_94ca59146e10_Cfunc_godot_vector3_to_diagonal_matrix) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment