본문으로 건너뛰기

SetTranslate

Overloads

NameDescription
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

NameTypeDescription
xfloatX
yfloatY
zfloatZ
resetboolInitialize Matrix

SetTranslate(List<float> translation, bool reset)

public void SetTranslate(List&lt;float&gt; translation, bool reset)

Set Translate

Parameters

NameTypeDescription
translationList<float>Translation
resetboolInitialize Matrix

SetTranslate(Vector3D vector, bool reset)

public void SetTranslate(Vector3D vector, bool reset)

Set Translate

Parameters

NameTypeDescription
vectorVector3DTranslation Vector
resetboolInitialize Matrix

SetTranslate(float[] translation, bool reset)

public void SetTranslate(float[] translation, bool reset)

Set Translate

Parameters

NameTypeDescription
translationSingle[]Translation
resetboolInitialize Matrix