Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UCapsuleComponent
- UPrimitiveComponent::AreSymmetricRotations()
- UCapsuleComponent::AreSymmetricRotations()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h |
Include | #include "Components/CapsuleComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/CapsuleComponent.cpp |
virtual bool AreSymmetricRotations
&40;
const FQuat & A,
const FQuat & B,
const FVector & Scale3D
&41; const
Remarks
Returns true if the given transforms result in the same bounds, due to rotational symmetry. For example, this is true for a sphere with uniform scale undergoing any rotation. This is NOT intended to detect every case where this is true, only the common cases to aid optimizations.