SetTranslate
Overloads
| Name | Description |
|---|---|
| SetTranslate(float x, float y, float z, bool reset) | Set Translate |
| SetTranslate(List<float> translation, bool reset) | Set Translate |
| SetTranslate(Vector3D vector, bool reset) | Set Translate |
| SetTranslate(float[] translation, bool reset) | Set Translate |
SetTranslate(float x, float y, float z, bool reset)
public void SetTranslate(float x, float y, float z, bool reset)
Set Translate
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | X |
| y | float | Y |
| z | float | Z |
| reset | bool | Initialize Matrix |
SetTranslate(List<float> translation, bool reset)
public void SetTranslate(List<float> translation, bool reset)
Set Translate
Parameters
| Name | Type | Description |
|---|---|---|
| translation | List<float> | Translation |
| reset | bool | Initialize Matrix |
SetTranslate(Vector3D vector, bool reset)
public void SetTranslate(Vector3D vector, bool reset)
Set Translate
Parameters
| Name | Type | Description |
|---|---|---|
| vector | Vector3D | Translation Vector |
| reset | bool | Initialize Matrix |
SetTranslate(float[] translation, bool reset)
public void SetTranslate(float[] translation, bool reset)
Set Translate
Parameters
| Name | Type | Description |
|---|---|---|
| translation | Single[] | Translation |
| reset | bool | Initialize Matrix |