GetRotateMatrix
Overloads
| Name | Description |
|---|---|
| GetRotateMatrix(Vertex3D v1, Vertex3D v2) | Get Rotate Matrix |
| GetRotateMatrix(Vector3D v1, Vector3D v2) | Get Rotate Matrix |
GetRotateMatrix(Vertex3D v1, Vertex3D v2)
public static Matrix3D GetRotateMatrix(Vertex3D v1, Vertex3D v2)
Get Rotate Matrix
Parameters
| Name | Type | Description |
|---|---|---|
| v1 | Vertex3D | Vertex |
| v2 | Vertex3D | Vertex |
Returns
| Type | Description |
|---|---|
| Matrix3D | Transform |
GetRotateMatrix(Vector3D v1, Vector3D v2)
public static Matrix3D GetRotateMatrix(Vector3D v1, Vector3D v2)
Get Rotate Matrix
Parameters
| Name | Type | Description |
|---|---|---|
| v1 | Vector3D | Vector |
| v2 | Vector3D | Vector |
Returns
| Type | Description |
|---|---|
| Matrix3D | Transform |