Buckets:
| /* | |
| * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| namespace Math | |
| { | |
| Transform const Transform::Identity = Transform(Quaternion(0, 0, 0, 1), Vector(0, 0, 0, 1), 1.0f); | |
| void Transform::SanitizeScaleValue() | |
| { | |
| if (Math::IsNearEqual(GetScale(), 1.0f, Math::LargeEpsilon)) | |
| { | |
| SetScale(1.0f); | |
| } | |
| } | |
| } | |
Xet Storage Details
- Size:
- 464 Bytes
- Xet hash:
- b9d7bb4ebb08cc6ba8fcb4b467b4eb595ceff62c9372dd26c65ae679f9ec760d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.