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

symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SymMatrix2f:

Public Member Functions

unsafe SymMatrix2f ()
 Constructs an empty (default-constructed) instance.
 
unsafe SymMatrix2f (MR.Const_SymMatrix2f _other)
 Generated from constructor MR.SymMatrix2f.SymMatrix2f.
 
 SymMatrix2f (SymMatrix2f _other)
 Generated from constructor MR.SymMatrix2f.SymMatrix2f.
 
unsafe MR.SymMatrix2f assign (MR.Const_SymMatrix2f _other)
 Generated from method MR.SymMatrix2f.operator=.
 
unsafe MR.SymMatrix2f addAssign (MR.Const_SymMatrix2f b)
 Generated from method MR.SymMatrix2f.operator+=.
 
unsafe MR.SymMatrix2f subAssign (MR.Const_SymMatrix2f b)
 Generated from method MR.SymMatrix2f.operator-=.
 
unsafe MR.SymMatrix2f mulAssign (float b)
 Generated from method MR.SymMatrix2f.operator*=.
 
unsafe MR.SymMatrix2f divAssign (float b)
 Generated from method MR.SymMatrix2f.operator/=.
 

Properties

new unsafe ref float xx [get]
 zero matrix by default
 
new unsafe ref float xy [get]
 zero matrix by default
 
new unsafe ref float yy [get]
 zero matrix by default
 

Detailed Description

symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SymMatrix2f() [1/3]

unsafe MR.SymMatrix2f.SymMatrix2f ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix2f() [2/3]

unsafe MR.SymMatrix2f.SymMatrix2f ( MR.Const_SymMatrix2f _other)
inline

Generated from constructor MR.SymMatrix2f.SymMatrix2f.

◆ SymMatrix2f() [3/3]

MR.SymMatrix2f.SymMatrix2f ( SymMatrix2f _other)
inline

Generated from constructor MR.SymMatrix2f.SymMatrix2f.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix2f MR.SymMatrix2f.addAssign ( MR.Const_SymMatrix2f b)
inline

Generated from method MR.SymMatrix2f.operator+=.

◆ assign()

unsafe MR.SymMatrix2f MR.SymMatrix2f.assign ( MR.Const_SymMatrix2f _other)
inline

Generated from method MR.SymMatrix2f.operator=.

◆ divAssign()

unsafe MR.SymMatrix2f MR.SymMatrix2f.divAssign ( float b)
inline

Generated from method MR.SymMatrix2f.operator/=.

◆ mulAssign()

unsafe MR.SymMatrix2f MR.SymMatrix2f.mulAssign ( float b)
inline

Generated from method MR.SymMatrix2f.operator*=.

◆ subAssign()

unsafe MR.SymMatrix2f MR.SymMatrix2f.subAssign ( MR.Const_SymMatrix2f b)
inline

Generated from method MR.SymMatrix2f.operator-=.

Property Documentation

◆ xx

new unsafe ref float MR.SymMatrix2f.xx
get

zero matrix by default

◆ xy

new unsafe ref float MR.SymMatrix2f.xy
get

zero matrix by default

◆ yy

new unsafe ref float MR.SymMatrix2f.yy
get

zero matrix by default


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