FVector4
المعلومات العامة
FVector4 هي هيكل في Aspose.3D FOSS لـ .NET. الميراث من: IComparable<FVector4>, IEquatable<FVector4>.
FVector4.FVector4 creates a 4‑dimensional vector with the provided x, y, z, and w float components.
الطرق
| التوقيع | وصف |
|---|---|
FVector4(x: float, y: float, z: float, w: float) | يخلق متجهًا 4 أبعاد مع مكونات العوالة x، y، z و w المقدمة. |
FVector4(xyz: FVector3, w: float) | |
FVector4(x: float, y: float, z: float) | |
FVector4(vec: Vector4) | |
FVector4(vec: Vector3) | |
FVector4(vec: Vector3, w: float) | |
ToString() | يعيد تمثيل سلسلة من مكونات المتجه. |
Equals(other: FVector4) | يحدد المساواة مع كائن آخر، صحيح إذا كان FVector4 بنفس القيم |
Equals(obj: object?) | |
GetHashCode() | يعيد رمز هش مشتق من قيم مكونات المتجه. |
CompareTo(other: FVector4) | يقارن بين متجهين لغويًا ويعيد عدد كامل ترتيب |