Click or drag to resize

Matrix3(Matrix3F) Constructor

Constructs a matrix with another specified matrix of Matrix3F format.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Matrix3(
	Matrix3F source
)

Parameters

source  Matrix3F
A specified matrix.
See Also