Searched refs:jointBoundsData_ (Results 1 – 2 of 2) sorted by relevance
983 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()
185 BASE_NS::vector<Bounds> jointBoundsData_; in CORE3D_BEGIN_NAMESPACE() local