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

symmetric 4x4 matrix Generated from class MR.SymMatrix4f. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SymMatrix4f:

Public Member Functions

unsafe SymMatrix4f ()
 Constructs an empty (default-constructed) instance.
 
unsafe SymMatrix4f (MR.Const_SymMatrix4f _other)
 Generated from constructor MR.SymMatrix4f.SymMatrix4f.
 
 SymMatrix4f (SymMatrix4f _other)
 Generated from constructor MR.SymMatrix4f.SymMatrix4f.
 
unsafe MR.SymMatrix4f assign (MR.Const_SymMatrix4f _other)
 Generated from method MR.SymMatrix4f.operator=.
 
unsafe MR.SymMatrix4f addAssign (MR.Const_SymMatrix4f b)
 Generated from method MR.SymMatrix4f.operator+=.
 
unsafe MR.SymMatrix4f subAssign (MR.Const_SymMatrix4f b)
 Generated from method MR.SymMatrix4f.operator-=.
 
unsafe MR.SymMatrix4f mulAssign (float b)
 Generated from method MR.SymMatrix4f.operator*=.
 
unsafe MR.SymMatrix4f divAssign (float b)
 Generated from method MR.SymMatrix4f.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 xz [get]
 zero matrix by default
 
new unsafe ref float xw [get]
 zero matrix by default
 
new unsafe ref float yy [get]
 zero matrix by default
 
new unsafe ref float yz [get]
 zero matrix by default
 
new unsafe ref float yw [get]
 zero matrix by default
 
new unsafe ref float zz [get]
 zero matrix by default
 
new unsafe ref float zw [get]
 zero matrix by default
 
new unsafe ref float ww [get]
 zero matrix by default
 

Detailed Description

symmetric 4x4 matrix Generated from class MR.SymMatrix4f. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SymMatrix4f() [1/3]

unsafe MR.SymMatrix4f.SymMatrix4f ( )
inline

Constructs an empty (default-constructed) instance.

◆ SymMatrix4f() [2/3]

unsafe MR.SymMatrix4f.SymMatrix4f ( MR.Const_SymMatrix4f _other)
inline

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

◆ SymMatrix4f() [3/3]

MR.SymMatrix4f.SymMatrix4f ( SymMatrix4f _other)
inline

Generated from constructor MR.SymMatrix4f.SymMatrix4f.

Member Function Documentation

◆ addAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.addAssign ( MR.Const_SymMatrix4f b)
inline

Generated from method MR.SymMatrix4f.operator+=.

◆ assign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.assign ( MR.Const_SymMatrix4f _other)
inline

Generated from method MR.SymMatrix4f.operator=.

◆ divAssign()

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

Generated from method MR.SymMatrix4f.operator/=.

◆ mulAssign()

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

Generated from method MR.SymMatrix4f.operator*=.

◆ subAssign()

unsafe MR.SymMatrix4f MR.SymMatrix4f.subAssign ( MR.Const_SymMatrix4f b)
inline

Generated from method MR.SymMatrix4f.operator-=.

Property Documentation

◆ ww

new unsafe ref float MR.SymMatrix4f.ww
get

zero matrix by default

◆ xw

new unsafe ref float MR.SymMatrix4f.xw
get

zero matrix by default

◆ xx

new unsafe ref float MR.SymMatrix4f.xx
get

zero matrix by default

◆ xy

new unsafe ref float MR.SymMatrix4f.xy
get

zero matrix by default

◆ xz

new unsafe ref float MR.SymMatrix4f.xz
get

zero matrix by default

◆ yw

new unsafe ref float MR.SymMatrix4f.yw
get

zero matrix by default

◆ yy

new unsafe ref float MR.SymMatrix4f.yy
get

zero matrix by default

◆ yz

new unsafe ref float MR.SymMatrix4f.yz
get

zero matrix by default

◆ zw

new unsafe ref float MR.SymMatrix4f.zw
get

zero matrix by default

◆ zz

new unsafe ref float MR.SymMatrix4f.zz
get

zero matrix by default


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