Click or drag to resize
DigitalRuneMatrixF Constructor
Initializes a new instance of the MatrixF class.
Overload List
  NameDescription
Public methodMatrixF
Initializes a new instance of the MatrixF class with 4 x 4 matrix elements.
Public methodMatrixF(Single)
Initializes a new instance of the MatrixF class.
Public methodMatrixF(Single)
Initializes a new instance of the MatrixF class.
Public methodMatrixF(Int32, Int32)
Initializes a new instance of the MatrixF class.
Protected methodMatrixF(SerializationInfo, StreamingContext)
Initializes a new instance of the MatrixF class with serialized data.
Public methodMatrixF(Int32, Int32, Single)
Initializes a new instance of the MatrixF class. Each element is set to value.
Public methodMatrixF(Int32, Int32, IListSingle, MatrixOrder)
Initializes a new instance of the MatrixF class.
Public methodMatrixF(Int32, Int32, Single, MatrixOrder)
Initializes a new instance of the MatrixF class.
Top
See Also