MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Matrix3_Float.Const_QR:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Matrix3f__ref_storage_q
unsafe MR.Matrix3f__ref_storage_r

Properties

unsafe ref readonly MR.Matrix3f q [get]
unsafe ref readonly MR.Matrix3f r [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_QR() [1/4]

unsafe MR.Matrix3_Float.Const_QR.Const_QR ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_QR() [2/4]

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

Constructs MR::Matrix3<float>QR elementwise.

◆ Const_QR() [3/4]

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

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

◆ Const_QR() [4/4]

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

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Matrix3_Float.Const_QR.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Matrix3_Float.Const_QR.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_q

unsafe MR.Matrix3f* MR.Matrix3_Float.Const_QR.__ref_storage_q
protected

◆ __ref_storage_r

unsafe MR.Matrix3f* MR.Matrix3_Float.Const_QR.__ref_storage_r
protected

Property Documentation

◆ q

unsafe ref readonly MR.Matrix3f MR.Matrix3_Float.Const_QR.q
get

◆ r

unsafe ref readonly MR.Matrix3f MR.Matrix3_Float.Const_QR.r
get

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