Translate
Translate(Vector3)
x 軸、y 軸、z 軸に沿って平行移動するマトリックスを作成します
public static Matrix4 Translate(Vector3 t)
パラメータ | タイプ | 説明 |
---|---|---|
t | Vector3 | オフセットを移動 |
関連項目
- struct Vector3
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
Translate(double, double, double)
x 軸、y 軸、z 軸に沿って平行移動するマトリックスを作成します
public static Matrix4 Translate(double tx, double ty, double tz)
パラメータ | タイプ | 説明 |
---|---|---|
tx | Double | X座標オフセット |
ty | Double | Y座標オフセット |
tz | Double | 座標オフセット |
関連項目
- struct Matrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D