Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h185 BASE_NS::vector<Bounds> jointBoundsData_; member in final
H A Dmesh_builder.cpp983 jointBoundsData_.clear(); in Initialize()
1497 return array_view(reinterpret_cast<const float*>(jointBoundsData_.data()), in GetJointBoundsData()
1498 jointBoundsData_.size() * SIZE_OF_VALUE_TYPE_V<decltype(jointBoundsData_)> / sizeof(float)); in GetJointBoundsData()
1550 const size_t jointBoundsDataSize = jointBoundsData_.size(); in CreateMesh()
1553 for (const auto& bounds : jointBoundsData_) { in CreateMesh()
2111 const size_t oldSize = jointBoundsData_.size(); in CalculateJointBounds()
2118 jointBoundsData_.resize(newSize, minMax); in CalculateJointBounds()
2143 auto& boundsData = jointBoundsData_[joints[w]]; in CalculateJointBounds()

Completed in 5 milliseconds