Matrix.Elements

Matrix.Elements property

获取一个浮点值数组,表示此 Matrix 的元素。

public float[] Elements { get; }

Property Value

一个浮点值数组,表示此 Matrix 的元素。

另请参见