Translate
Translate(Vector3)
x ekseni, y ekseni ve z ekseni boyunca öteleyen bir matris oluşturur
public static Matrix4 Translate(Vector3 t)
Parametre | Tip | Tanım |
---|---|---|
t | Vector3 | Ofseti çevir |
Ayrıca bakınız
- struct Vector3
- struct Matrix4
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
Translate(double, double, double)
x ekseni, y ekseni ve z ekseni boyunca öteleyen bir matris oluşturur
public static Matrix4 Translate(double tx, double ty, double tz)
Parametre | Tip | Tanım |
---|---|---|
tx | Double | X-koordinat ofseti |
ty | Double | Y-koordinat ofseti |
tz | Double | Z-koordinat ofseti |
Ayrıca bakınız
- struct Matrix4
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D