Click or drag to resize

ShMatrix4 Class

Matrix Helper Class
Inheritance Hierarchy
SystemObject
  SHConnector.Utility.ModelsShMatrix4

Namespace:  SHConnector.Utility.Models
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class ShMatrix4

The ShMatrix4 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMatrix
Matrix (4 X 4)
Top
Methods
  NameDescription
Public methodStatic memberGetRotateMatrix
Get Rotate Matrix
Public methodSetAxisTransform
Set Axis Transform
Public methodSetMatrixRotateAxis
Set Matrix Rotate Axis
Public methodSetRotateX
Set Rotate X
Public methodSetRotateY
Set Rotate Y
Public methodSetRotateZ
Set Rotate Z
Public methodSetTranslate
Set Translate
Top
Operators
  NameDescription
Public operatorStatic memberMultiply
Multiply
Top
See Also