op_Multiply
İçindekiler
[
Saklamak
]operator *
- için operatör aşırı yüklemesi
public static Quaternion operator *(Quaternion lhs, double rhs)
Parametre | Tip | Tanım |
---|---|---|
lhs | Quaternion | sol dördey |
rhs | Double | Sağ dördey |
Geri dönüş değeri
sonuç dördey
Ayrıca bakınız
- struct Quaternion
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
operator *
- için operatör aşırı yüklemesi
public static Quaternion operator *(Quaternion lhs, Quaternion rhs)
Parametre | Tip | Tanım |
---|---|---|
lhs | Quaternion | sol dördey |
rhs | Quaternion | Sağ dördey |
Geri dönüş değeri
sonuç dördey
Ayrıca bakınız
- struct Quaternion
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
operator *
- için operatör aşırı yüklemesi
public static Vector3 operator *(Quaternion q, Vector3 v)
Parametre | Tip | Tanım |
---|---|---|
q | Quaternion | rotasyon dördey |
v | Vector3 | Döndürülecek vektör |
Geri dönüş değeri
döndürülmüş vektör
Ayrıca bakınız
- struct Vector3
- struct Quaternion
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
operator *
- için operatör aşırı yüklemesi
public static Vector4 operator *(Quaternion q, Vector4 v)
Parametre | Tip | Tanım |
---|---|---|
q | Quaternion | rotasyon dördey |
v | Vector4 | Döndürülecek vektör |
Geri dönüş değeri
döndürülmüş vektör
Ayrıca bakınız
- struct Vector4
- struct Quaternion
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
operator *
- için operatör aşırı yüklemesi
public static Vector3 operator *(Vector3 v, Quaternion q)
Parametre | Tip | Tanım |
---|---|---|
v | Vector3 | rotasyon dördey |
q | Quaternion | Döndürülecek vektör |
Geri dönüş değeri
döndürülmüş vektör
Ayrıca bakınız
- struct Vector3
- struct Quaternion
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D