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

symmetric 3x3 matrix Generated from class MR.SymMatrix3d. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SymMatrix3d:

Public Member Functions

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

Properties

new unsafe ref double xx [get]
 zero matrix by default
 
new unsafe ref double xy [get]
 zero matrix by default
 
new unsafe ref double xz [get]
 zero matrix by default
 
new unsafe ref double yy [get]
 zero matrix by default
 
new unsafe ref double yz [get]
 zero matrix by default
 
new unsafe ref double zz [get]
 zero matrix by default
 

Detailed Description

symmetric 3x3 matrix Generated from class MR.SymMatrix3d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SymMatrix3d() [1/3]

unsafe MR.SymMatrix3d.SymMatrix3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix3d() [2/3]

unsafe MR.SymMatrix3d.SymMatrix3d ( MR.Const_SymMatrix3d _other)
inline

Generated from constructor MR.SymMatrix3d.SymMatrix3d.

◆ SymMatrix3d() [3/3]

MR.SymMatrix3d.SymMatrix3d ( SymMatrix3d _other)
inline

Generated from constructor MR.SymMatrix3d.SymMatrix3d.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix3d MR.SymMatrix3d.addAssign ( MR.Const_SymMatrix3d b)
inline

Generated from method MR.SymMatrix3d.operator+=.

◆ assign()

unsafe MR.SymMatrix3d MR.SymMatrix3d.assign ( MR.Const_SymMatrix3d _other)
inline

Generated from method MR.SymMatrix3d.operator=.

◆ divAssign()

unsafe MR.SymMatrix3d MR.SymMatrix3d.divAssign ( double b)
inline

Generated from method MR.SymMatrix3d.operator/=.

◆ mulAssign()

unsafe MR.SymMatrix3d MR.SymMatrix3d.mulAssign ( double b)
inline

Generated from method MR.SymMatrix3d.operator*=.

◆ subAssign()

unsafe MR.SymMatrix3d MR.SymMatrix3d.subAssign ( MR.Const_SymMatrix3d b)
inline

Generated from method MR.SymMatrix3d.operator-=.

Property Documentation

◆ xx

new unsafe ref double MR.SymMatrix3d.xx
get

zero matrix by default

◆ xy

new unsafe ref double MR.SymMatrix3d.xy
get

zero matrix by default

◆ xz

new unsafe ref double MR.SymMatrix3d.xz
get

zero matrix by default

◆ yy

new unsafe ref double MR.SymMatrix3d.yy
get

zero matrix by default

◆ yz

new unsafe ref double MR.SymMatrix3d.yz
get

zero matrix by default

◆ zz

new unsafe ref double MR.SymMatrix3d.zz
get

zero matrix by default


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