Schur
A collection of matrix rotation utilities.
Static Method Summary
| Static Public Methods | ||
| public static |
rotateQXY(a: Vector2, q: Vector2, coefficients: Vector2) Rotates the given matrix. |
|
| public static |
rotateXY(a: Vector2, coefficients: Vector2) Rotates the given matrix. |
|
Static Public Methods
public static rotateQXY(a: Vector2, q: Vector2, coefficients: Vector2) source
Rotates the given matrix.
Params:
| Name | Type | Attribute | Description |
| a | Vector2 | The vector that should be rotated. |
|
| q | Vector2 | A coefficient factor. |
|
| coefficients | Vector2 | Givens coefficients. |
public static rotateXY(a: Vector2, coefficients: Vector2) source
Rotates the given matrix.
Params:
| Name | Type | Attribute | Description |
| a | Vector2 | The vector that should be rotated. |
|
| coefficients | Vector2 | Givens coefficients. |
