Home
last modified time | relevance | path

Searched refs:GetJointBoundsData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h180 virtual BASE_NS::array_view<const float> GetJointBoundsData() const = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h66 BASE_NS::array_view<const float> GetJointBoundsData() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1497 array_view<const float> MeshBuilder::GetJointBoundsData() const in GetJointBoundsData() function in MeshBuilder