Matrix4f.LoadTranslate(Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將目前值設定為指定維度的轉譯矩陣
[Android.Runtime.Register("loadTranslate", "(FFF)V", "GetLoadTranslate_FFFHandler")]
public virtual void LoadTranslate (float x, float y, float z);
[<Android.Runtime.Register("loadTranslate", "(FFF)V", "GetLoadTranslate_FFFHandler")>]
abstract member LoadTranslate : single * single * single -> unit
override this.LoadTranslate : single * single * single -> unit
參數
- x
- Single
翻譯元件 x
- y
- Single
翻譯元件 y
- z
- Single
翻譯元件 z
- 屬性
備註
將目前值設定為指定維度的轉譯矩陣
的 android.renderscript.Matrix4f.loadTranslate(float, float, float)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。