Home
last modified time | relevance | path

Searched refs:_get_screen_to_space (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h144 Vector3 _get_screen_to_space(const Vector3 &p_vector3);
H A Dspatial_editor_plugin.cpp462 Vector3 SpatialEditorViewport::_get_screen_to_space(const Vector3 &p_pos) { in _get_screen_to_space() function in SpatialEditorViewport
509 Vector3 a = _get_screen_to_space(box[i]); in _select_region()
510 Vector3 b = _get_screen_to_space(box[(i + 1) % 4]); in _select_region()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h144 Vector3 _get_screen_to_space(const Vector3 &p_vector3);
H A Dspatial_editor_plugin.cpp462 Vector3 SpatialEditorViewport::_get_screen_to_space(const Vector3 &p_pos) { in _get_screen_to_space() function in SpatialEditorViewport
509 Vector3 a = _get_screen_to_space(box[i]); in _select_region()
510 Vector3 b = _get_screen_to_space(box[(i + 1) % 4]); in _select_region()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.h302 Vector3 _get_screen_to_space(const Vector3 &p_vector3);
H A Dspatial_editor_plugin.cpp620 Vector3 SpatialEditorViewport::_get_screen_to_space(const Vector3 &p_vector3) { in _get_screen_to_space() function in SpatialEditorViewport
671 Vector3 a = _get_screen_to_space(box[i]); in _select_region()
672 Vector3 b = _get_screen_to_space(box[(i + 1) % 4]); in _select_region()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.h302 Vector3 _get_screen_to_space(const Vector3 &p_vector3);
H A Dspatial_editor_plugin.cpp620 Vector3 SpatialEditorViewport::_get_screen_to_space(const Vector3 &p_vector3) { in _get_screen_to_space() function in SpatialEditorViewport
671 Vector3 a = _get_screen_to_space(box[i]); in _select_region()
672 Vector3 b = _get_screen_to_space(box[(i + 1) % 4]); in _select_region()