Home
last modified time | relevance | path

Searched refs:HeightMapShapeSW (Results 1 – 12 of 12) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dshape_sw.cpp1549 PoolVector<real_t> HeightMapShapeSW::get_heights() const { in get_heights()
1553 int HeightMapShapeSW::get_width() const { in get_width()
1557 int HeightMapShapeSW::get_depth() const { in get_depth()
1561 real_t HeightMapShapeSW::get_cell_size() const { in get_cell_size()
1572 Vector3 HeightMapShapeSW::get_support(const Vector3 &p_normal) const { in get_support()
1583 bool HeightMapShapeSW::intersect_point(const Vector3 &p_point) const { in intersect_point()
1587 Vector3 HeightMapShapeSW::get_closest_point_to(const Vector3 &p_point) const { in get_closest_point_to()
1595 Vector3 HeightMapShapeSW::get_moment_of_inertia(real_t p_mass) const { in get_moment_of_inertia()
1634 void HeightMapShapeSW::set_data(const Variant &p_data) { in set_data()
1655 Variant HeightMapShapeSW::get_data() const { in get_data()
[all …]
H A Dshape_sw.h369 struct HeightMapShapeSW : public ConcaveShapeSW { struct
402 HeightMapShapeSW(); argument
H A Dphysics_server_sw.cpp85 shape = memnew(HeightMapShapeSW); in shape_create()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dshape_sw.cpp1549 PoolVector<real_t> HeightMapShapeSW::get_heights() const { in get_heights()
1553 int HeightMapShapeSW::get_width() const { in get_width()
1557 int HeightMapShapeSW::get_depth() const { in get_depth()
1561 real_t HeightMapShapeSW::get_cell_size() const { in get_cell_size()
1572 Vector3 HeightMapShapeSW::get_support(const Vector3 &p_normal) const { in get_support()
1583 bool HeightMapShapeSW::intersect_point(const Vector3 &p_point) const { in intersect_point()
1587 Vector3 HeightMapShapeSW::get_closest_point_to(const Vector3 &p_point) const { in get_closest_point_to()
1595 Vector3 HeightMapShapeSW::get_moment_of_inertia(real_t p_mass) const { in get_moment_of_inertia()
1634 void HeightMapShapeSW::set_data(const Variant &p_data) { in set_data()
1655 Variant HeightMapShapeSW::get_data() const { in get_data()
[all …]
H A Dshape_sw.h369 struct HeightMapShapeSW : public ConcaveShapeSW { struct
402 HeightMapShapeSW(); argument
H A Dphysics_server_sw.cpp85 shape = memnew(HeightMapShapeSW); in shape_create()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dshape_sw.cpp1437 DVector<float> HeightMapShapeSW::get_heights() const { in get_heights()
1441 int HeightMapShapeSW::get_width() const { in get_width()
1445 int HeightMapShapeSW::get_depth() const { in get_depth()
1449 float HeightMapShapeSW::get_cell_size() const { in get_cell_size()
1460 Vector3 HeightMapShapeSW::get_support(const Vector3 &p_normal) const { in get_support()
1471 void HeightMapShapeSW::cull(const AABB &p_local_aabb, Callback p_callback, void *p_userdata) const { in cull()
1474 Vector3 HeightMapShapeSW::get_moment_of_inertia(float p_mass) const { in get_moment_of_inertia()
1485 void HeightMapShapeSW::_setup(DVector<real_t> p_heights, int p_width, int p_depth, real_t p_cell_si… in _setup()
1513 void HeightMapShapeSW::set_data(const Variant &p_data) { in set_data()
1534 Variant HeightMapShapeSW::get_data() const { in get_data()
[all …]
H A Dshape_sw.h343 struct HeightMapShapeSW : public ConcaveShapeSW { struct
374 HeightMapShapeSW(); argument
H A Dphysics_server_sw.cpp76 shape = memnew(HeightMapShapeSW); in shape_create()
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dshape_sw.cpp1437 DVector<float> HeightMapShapeSW::get_heights() const { in get_heights()
1441 int HeightMapShapeSW::get_width() const { in get_width()
1445 int HeightMapShapeSW::get_depth() const { in get_depth()
1449 float HeightMapShapeSW::get_cell_size() const { in get_cell_size()
1460 Vector3 HeightMapShapeSW::get_support(const Vector3 &p_normal) const { in get_support()
1471 void HeightMapShapeSW::cull(const AABB &p_local_aabb, Callback p_callback, void *p_userdata) const { in cull()
1474 Vector3 HeightMapShapeSW::get_moment_of_inertia(float p_mass) const { in get_moment_of_inertia()
1485 void HeightMapShapeSW::_setup(DVector<real_t> p_heights, int p_width, int p_depth, real_t p_cell_si… in _setup()
1513 void HeightMapShapeSW::set_data(const Variant &p_data) { in set_data()
1534 Variant HeightMapShapeSW::get_data() const { in get_data()
[all …]
H A Dshape_sw.h343 struct HeightMapShapeSW : public ConcaveShapeSW { struct
374 HeightMapShapeSW(); argument
H A Dphysics_server_sw.cpp76 shape = memnew(HeightMapShapeSW); in shape_create()