Click or drag to resize

Mat33 Constructor

Construct 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 Mat33(
	Vector3 c1,
	Vector3 c2,
	Vector3 c3
)

Parameters

c1  Vector3
The c1.
c2  Vector3
The c2.
c3  Vector3
The c3.
See Also