Home
last modified time | relevance | path

Searched refs:jointBoundsData_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp983 jointBoundsData_.clear(); in Initialize()
1499 return array_view(reinterpret_cast<const float*>(jointBoundsData_.data()), in GetJointBoundsData()
1500 jointBoundsData_.size() * SIZE_OF_VALUE_TYPE_V<decltype(jointBoundsData_)> / sizeof(float)); in GetJointBoundsData()
1552 const size_t jointBoundsDataSize = jointBoundsData_.size(); in CreateMesh()
1555 for (const auto& bounds : jointBoundsData_) { in CreateMesh()
2113 const size_t oldSize = jointBoundsData_.size(); in CalculateJointBounds()
2120 jointBoundsData_.resize(newSize, minMax); in CalculateJointBounds()
2145 auto& boundsData = jointBoundsData_[joints[w]]; in CalculateJointBounds()
H A Dmesh_builder.h185 BASE_NS::vector<Bounds> jointBoundsData_; in CORE3D_BEGIN_NAMESPACE() local