Solve A * x = b, where b is a column vector. This is more efficient
than computing the inverse in one-shot cases. Solve only the upper
2-by-2 matrix equation.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 Solve22(
Vector2 b
)
Parameters
- b Vector2
- The b.
Return Value
Vector2
See Also