Click or drag to resize

Mat22Set Method

Initialize this matrix using columns.

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Set(
	Vector2 c1,
	Vector2 c2
)

Parameters

c1  Vector2
The c1.
c2  Vector2
The c2.
See Also