Buckets:
| /* | |
| * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| using Pose = std::vector<Math::Transform>; | |
| namespace IK { | |
| void TwoBoneIk( | |
| Pose& pose, | |
| const Math::Transform& rootTransform, | |
| uint32_t jointIdx, | |
| float weight, | |
| const Math::Vector& target, | |
| const std::vector<int>& joint_parents_vec, | |
| const Math::Vector& hintOffset = Math::Vector::Zero | |
| ); | |
| void OneBoneIk( | |
| Pose& pose, | |
| const Math::Transform& rootTransform, | |
| uint32_t jointIdx, | |
| float weight, | |
| const Math::Vector& target, | |
| const std::vector<int>& joint_parents_vec | |
| ); | |
| } | |
Xet Storage Details
- Size:
- 790 Bytes
- Xet hash:
- c2a10b29380993fcbc3422add89a72a9e61ca6626acb28737c67f97d0d0d7995
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.