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

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

+ Inheritance diagram for MR.Matrix3_Int.QR:

Public Member Functions

unsafe QR ()
 Constructs an empty (default-constructed) instance.
 
unsafe QR (MR.Matrix3i q, MR.Matrix3i r)
 Constructs MR.Matrix3<int>::QR elementwise.
 
unsafe QR (MR.Matrix3_Int.Const_QR _other)
 Generated from constructor MR.Matrix3<int>::QR.QR.
 
 QR (QR _other)
 Generated from constructor MR.Matrix3<int>::QR.QR.
 
unsafe MR.Matrix3_Int.QR assign (MR.Matrix3_Int.Const_QR _other)
 Generated from method MR.Matrix3<int>::QR.operator=.
 

Properties

new unsafe ref MR.Matrix3i q [get]
 
new unsafe ref MR.Matrix3i r [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ QR() [1/4]

unsafe MR.Matrix3_Int.QR.QR ( )
inline

Constructs an empty (default-constructed) instance.

◆ QR() [2/4]

unsafe MR.Matrix3_Int.QR.QR ( MR.Matrix3i q,
MR.Matrix3i r )
inline

Constructs MR.Matrix3<int>::QR elementwise.

◆ QR() [3/4]

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

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

◆ QR() [4/4]

MR.Matrix3_Int.QR.QR ( QR _other)
inline

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

Member Function Documentation

◆ assign()

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

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

Property Documentation

◆ q

new unsafe ref MR.Matrix3i MR.Matrix3_Int.QR.q
get

◆ r

new unsafe ref MR.Matrix3i MR.Matrix3_Int.QR.r
get

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