Mat22(Vector2, Vector2) Constructor |
Construct this matrix using columns.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Mat22(
Vector2 c1,
Vector2 c2
)
Parameters
- c1 Vector2
- The c1.
- c2 Vector2
- The c2.
See Also