![](../icons/Help.png) | Matrix3D Class |
Matrix 4x4 Class
Inheritance HierarchySystemObject
VIZCore3D.NET.DataMatrix3D
Namespace:
VIZCore3D.NET.Data
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.124 (2.8.25.124)
SyntaxThe Matrix3D type exposes the following members.
Constructors
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Matrix3D |
Construction
|
![Public method Public method](../icons/pubmethod.gif) | Matrix3D(ListSingle) |
Contruction
|
![Public method Public method](../icons/pubmethod.gif) | Matrix3D(Single) |
Contruction
|
![Public method Public method](../icons/pubmethod.gif) | Matrix3D(String) |
Construction
|
![Public method Public method](../icons/pubmethod.gif) | Matrix3D(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Construction
|
Top
Properties
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | AddTranslate |
Add Translate
|
![Public method Public method](../icons/pubmethod.gif) | Clone |
Clone
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | DegreesToRadians(Double) |
Degrees To Radians
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | DegreesToRadians(Single) |
Degrees To Radians
|
![Public method Public method](../icons/pubmethod.gif) ![Code example Code example](../icons/CodeExample.png) | Flip |
Flip Matrix
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) ![Code example Code example](../icons/CodeExample.png) | FromString |
문자열로 표기된 Matrix를 설정
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetAxisTransform(Vector3D, Vector3D, Vector3D) |
Get Axis Transform
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetAxisTransform(Vertex3D, Vertex3D, Vertex3D) |
Get Axis Transform
|
![Public method Public method](../icons/pubmethod.gif) | GetInverse |
Get Inverse
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetRotateMatrix(Vector3D, Vector3D) |
Get Rotate Matrix
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetRotateMatrix(Vertex3D, Vertex3D) |
Get Rotate Matrix
|
![Public method Public method](../icons/pubmethod.gif) | GetRotation |
Get Rotation
|
![Public method Public method](../icons/pubmethod.gif) | GetRotation_V2 |
Get Rotation
|
![Public method Public method](../icons/pubmethod.gif) | GetScale |
Get Scale
|
![Public method Public method](../icons/pubmethod.gif) | GetTranslate |
Get Translate
|
![Public method Public method](../icons/pubmethod.gif) | Identity |
Identity
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | RadiansToDegrees(Double) |
Radians To Degrees
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | RadiansToDegrees(Single) |
Radians To Degrees
|
![Public method Public method](../icons/pubmethod.gif) | SetAxisTransform(Vector3D, Vector3D, Vector3D, Boolean) |
Set Axis Transform
|
![Public method Public method](../icons/pubmethod.gif) | SetAxisTransform(Vertex3D, Vertex3D, Vertex3D, Boolean) |
Set Axis Transform
|
![Public method Public method](../icons/pubmethod.gif) | SetMatrixRotateAxis(Vertex3D, Double) |
Set Matrix Rotate Axis
|
![Public method Public method](../icons/pubmethod.gif) | SetMatrixRotateAxis(Vector3D, Double, AngleFormat) |
Set Matrix Rotate Axis
|
![Public method Public method](../icons/pubmethod.gif) | SetRotate(ListSingle, AngleFormat) |
Set Rotate
|
![Public method Public method](../icons/pubmethod.gif) | SetRotate(Single, AngleFormat) |
Set Rotate
|
![Public method Public method](../icons/pubmethod.gif) | SetRotate(Double, Double, Double, AngleFormat) |
Set Rotate
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateX(Double, AngleFormat, Boolean) |
Set Rotate X
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateX(Vertex3D, Double, AngleFormat, Boolean) |
정점 X축 회전
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateY(Double, AngleFormat, Boolean) |
Set Rotate Y
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateY(Vertex3D, Double, AngleFormat, Boolean) |
정점 Y축 회전
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateZ(Double, AngleFormat, Boolean) |
Set Rotate Z
|
![Public method Public method](../icons/pubmethod.gif) | SetRotateZ(Vertex3D, Double, AngleFormat, Boolean) |
정점 Z축 회전
|
![Public method Public method](../icons/pubmethod.gif) | SetTranslate(ListSingle, Boolean) |
Set Translate
|
![Public method Public method](../icons/pubmethod.gif) | SetTranslate(Single, Boolean) |
Set Translate
|
![Public method Public method](../icons/pubmethod.gif) | SetTranslate(Vector3D, Boolean) |
Set Translate
|
![Public method Public method](../icons/pubmethod.gif) | SetTranslate(Single, Single, Single, Boolean) |
Set Translate
|
![Public method Public method](../icons/pubmethod.gif) | ToArray |
To Array
|
![Public method Public method](../icons/pubmethod.gif) | ToList |
To List
|
![Public method Public method](../icons/pubmethod.gif) | ToStirng |
To String
|
![Public method Public method](../icons/pubmethod.gif) | ToString |
To String
(Overrides ObjectToString.) |
Top
Operators
See Also