MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Matrix_Float Class Reference

Row-major matrix with T values Generated from class MR.Matrix<float>. Base classes: Direct: (non-virtual) MR.RectIndexer This is the non-const half of the class. More...

+ Inheritance diagram for MR.Matrix_Float:

Public Member Functions

unsafe Matrix_Float ()
 Constructs an empty (default-constructed) instance.
 
unsafe Matrix_Float (MR._ByValue_Matrix_Float _other)
 Generated from constructor MR.Matrix<float>::Matrix.
 
 Matrix_Float (Const_Matrix_Float _other)
 Generated from constructor MR.Matrix<float>::Matrix.
 
 Matrix_Float (Matrix_Float _other)
 Generated from constructor MR.Matrix<float>::Matrix.
 
unsafe Matrix_Float (ulong numRows, ulong numCols)
 Generated from constructor MR.Matrix<float>::Matrix.
 
unsafe MR.Matrix_Float assign (MR._ByValue_Matrix_Float _other)
 Generated from method MR.Matrix<float>::operator=.
 
unsafe new ref float call (ulong row, ulong col)
 main access method Generated from method MR.Matrix<float>::operator().
 
unsafe new ref float call (ulong i)
 Generated from method MR.Matrix<float>::operator().
 
unsafe MR.Matrix_Float getSubMatrix (ulong startRow, ulong nRow, ulong startCol, ulong nCol)
 Generated from method MR.Matrix<float>::getSubMatrix.
 
unsafe void fill (float val)
 Generated from method MR.Matrix<float>::fill.
 
unsafe void clear ()
 Generated from method MR.Matrix<float>::clear.
 
unsafe void resize (in MR.Vector2i dims)
 Generated from method MR.Matrix<float>::resize.
 

Static Public Member Functions

static unsafe implicit operator MR.RectIndexer (Matrix_Float self)
 

Detailed Description

Row-major matrix with T values Generated from class MR.Matrix<float>. Base classes: Direct: (non-virtual) MR.RectIndexer This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Matrix_Float() [1/5]

unsafe MR.Matrix_Float.Matrix_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Matrix_Float() [2/5]

unsafe MR.Matrix_Float.Matrix_Float ( MR._ByValue_Matrix_Float _other)
inline

Generated from constructor MR.Matrix<float>::Matrix.

◆ Matrix_Float() [3/5]

MR.Matrix_Float.Matrix_Float ( Const_Matrix_Float _other)
inline

Generated from constructor MR.Matrix<float>::Matrix.

◆ Matrix_Float() [4/5]

MR.Matrix_Float.Matrix_Float ( Matrix_Float _other)
inline

Generated from constructor MR.Matrix<float>::Matrix.

◆ Matrix_Float() [5/5]

unsafe MR.Matrix_Float.Matrix_Float ( ulong numRows,
ulong numCols )
inline

Generated from constructor MR.Matrix<float>::Matrix.

Member Function Documentation

◆ assign()

unsafe MR.Matrix_Float MR.Matrix_Float.assign ( MR._ByValue_Matrix_Float _other)
inline

Generated from method MR.Matrix<float>::operator=.

◆ call() [1/2]

unsafe new ref float MR.Matrix_Float.call ( ulong i)
inline

Generated from method MR.Matrix<float>::operator().

◆ call() [2/2]

unsafe new ref float MR.Matrix_Float.call ( ulong row,
ulong col )
inline

main access method Generated from method MR.Matrix<float>::operator().

◆ clear()

unsafe void MR.Matrix_Float.clear ( )
inline

Generated from method MR.Matrix<float>::clear.

◆ fill()

unsafe void MR.Matrix_Float.fill ( float val)
inline

Generated from method MR.Matrix<float>::fill.

◆ getSubMatrix()

unsafe MR.Matrix_Float MR.Matrix_Float.getSubMatrix ( ulong startRow,
ulong nRow,
ulong startCol,
ulong nCol )
inline

Generated from method MR.Matrix<float>::getSubMatrix.

◆ operator MR.RectIndexer()

static unsafe implicit MR.Matrix_Float.operator MR.RectIndexer ( Matrix_Float self)
inlinestatic

◆ resize()

unsafe void MR.Matrix_Float.resize ( in MR.Vector2i dims)
inline

Generated from method MR.Matrix<float>::resize.


The documentation for this class was generated from the following file: