Skip to main content

Class Matrix

Namespace: Aurigma.DesignAtoms.Model.Math
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class Matrix

Inheritance: System.Object -> Matrix

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

Matrix

public Matrix(Matrix matrix)

Matrix

public Matrix()

Properties

Elements

public float[] Elements { get; }
Was this page helpful?