FVector2

المعلومات العامة

FVector2 هي فئة في Aspose.3D FOSS لـ Java. الميراث من: Serializable, Comparable<FVector2>.

يوفر هذا الفصل 15 طريقة للعمل مع كائنات FVector2 في برامج Java. المنهجيات المتاحة تشمل: FVector2, add, compareTo, equals, hashCode, mul, op_eq, op_explicit, op_ne, sub, toString. جميع الأعضاء العامين يمكن الوصول إليهم من أي تطبيق Java بعد تثبيت حزمة Aspose.3D FOSS for Java.

الطرق

التوقيعوصف
FVector2()يطلب FVector2 على هذه الحالة F Vector2.
FVector2(x: float, y: float)يدعو FVector2 ((x, y) في هذه الحالة من F Vector2.
FVector2(vec: FVector3)يطلب FVector2 ((vec) على هذه الحالة من F Vector2.
FVector2(vec: Vector2)يطلب FVector2 ((vec) على هذه الحالة من F Vector2.
compareTo(other: FVector2)intدعوات compareTo(other) على هذه الحالة FVector2.
equals(rhs: FVector2)booleanيطلق على هذا FVector2 مثال.
equals(obj: Object)booleanيطلب = ((obj) في هذه الحالة FVector2 .
hashCode()intيدعو إلى رمز هش على هذه الحالة فيكتور2.
toString()Stringتدعو إلىString على هذه الحالة FVector2.
op_explicit(v: FVector2)Vector2يطلب op_explicit ((v) على هذه الحالة FVector2 .
add(a: FVector2, b: FVector2)FVector2تدعو add ((a, b) على هذه الحالة FVector2 .
sub(a: FVector2, b: FVector2)FVector2تدعو sub ((a، b) على هذه الحالة FVector2.
mul(a: FVector2, b: float)FVector2يدعو mul ((a، b) على هذه الحالة FVector2.
op_eq(a: FVector2, b: FVector2)booleanيطلق op_eq ((a, b) على هذه الحالة FVector2 .
op_ne(a: FVector2, b: FVector2)booleanيطلب op_ne ((a, b) على هذه الحالة FVector2 .

انظر أيضاً

 العربية