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

Generated from class MR::Matrix3<float>QR. This is the non-const half of the class. More...

Inheritance diagram for MR.Matrix3_Float.QR:

Public Member Functions

unsafe QR ()
 Constructs an empty (default-constructed) instance.
unsafe QR (MR.Matrix3f q, MR.Matrix3f r)
 Constructs MR::Matrix3<float>QR elementwise.
unsafe QR (MR.Matrix3_Float.Const_QR _other)
 Generated from constructor MR::Matrix3<float>QR.QR.
 QR (QR _other)
 Generated from constructor MR::Matrix3<float>QR.QR.
unsafe MR.Matrix3_Float.QR assign (MR.Matrix3_Float.Const_QR _other)
 Generated from method MR::Matrix3<float>::QR::operator=.
Public Member Functions inherited from MR.Matrix3_Float.Const_QR
virtual void Dispose ()
unsafe Const_QR ()
 Constructs an empty (default-constructed) instance.
unsafe Const_QR (MR.Matrix3f q, MR.Matrix3f r)
 Constructs MR::Matrix3<float>QR elementwise.
unsafe Const_QR (MR.Matrix3_Float.Const_QR _other)
 Generated from constructor MR::Matrix3<float>QR.QR.
 Const_QR (QR _other)
 Generated from constructor MR::Matrix3<float>QR.QR.

Properties

new unsafe ref MR.Matrix3f q [get]
new unsafe ref MR.Matrix3f r [get]
Properties inherited from MR.Matrix3_Float.Const_QR
unsafe ref readonly MR.Matrix3f q [get]
unsafe ref readonly MR.Matrix3f r [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Matrix3_Float.Const_QR
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Matrix3_Float.Const_QR
unsafe MR.Matrix3f__ref_storage_q
unsafe MR.Matrix3f__ref_storage_r

Detailed Description

Generated from class MR::Matrix3<float>QR. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ QR() [1/4]

unsafe MR.Matrix3_Float.QR.QR ( )
inline

Constructs an empty (default-constructed) instance.

◆ QR() [2/4]

unsafe MR.Matrix3_Float.QR.QR ( MR.Matrix3f q,
MR.Matrix3f r )
inline

Constructs MR::Matrix3<float>QR elementwise.

◆ QR() [3/4]

unsafe MR.Matrix3_Float.QR.QR ( MR.Matrix3_Float.Const_QR _other)
inline

Generated from constructor MR::Matrix3<float>QR.QR.

◆ QR() [4/4]

MR.Matrix3_Float.QR.QR ( QR _other)
inline

Generated from constructor MR::Matrix3<float>QR.QR.

Member Function Documentation

◆ assign()

unsafe MR.Matrix3_Float.QR MR.Matrix3_Float.QR.assign ( MR.Matrix3_Float.Const_QR _other)
inline

Generated from method MR::Matrix3<float>::QR::operator=.

Property Documentation

◆ q

new unsafe ref MR.Matrix3f MR.Matrix3_Float.QR.q
get

◆ r

new unsafe ref MR.Matrix3f MR.Matrix3_Float.QR.r
get

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