Search Results for

    Show / Hide Table of Contents

    Constructor Matrix

    Matrix(Single[])

    Initializes a new instance of the Matrix structure.

    Declaration
    public Matrix(float[] values)
    Parameters
    Type Name Description
    System.Single[] values

    The values to assign to the components of the matrix. This must be an array with sixteen elements.

    Exceptions
    Type Condition
    System.ArgumentNullException

    Thrown when values is null.

    System.ArgumentOutOfRangeException

    Thrown when values contains more or less than sixteen elements.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX