Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/GivensRotation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ColumnRotation
(
PMatrix< T, 2, 2 >& A |
Template |
Chaos/ImplicitQRSVD.h | |
void ColumnRotation
(
PMatrix< T, 3, 3 >& A |
Template |
Chaos/ImplicitQRSVD.h |
ColumnRotation(PMatrix< T, 2, 2 > &)
Description
This function does something like c s 0 A ( -s c 0 ) -> A 0 0 1 It only affects column i and column k of A.
| Name | ColumnRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ImplicitQRSVD.h |
| Include Path | #include "Chaos/ImplicitQRSVD.h" |
void ColumnRotation
(
PMatrix < T, 2, 2 > & A
) const
ColumnRotation(PMatrix< T, 3, 3 > &)
Description
Template
| Name | ColumnRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ImplicitQRSVD.h |
| Include Path | #include "Chaos/ImplicitQRSVD.h" |
void ColumnRotation
(
PMatrix < T, 3, 3 > & A
) const