FVector2

Overview

FVector2 Java için Aspose.3D FOSS sınıfıdır. Mirasçılardan gelenler: Serializable, Comparable<FVector2>.

Bu sınıf, Java programlarında FVector2 nesneleriyle çalışmak için 15 yöntem sunar. Mevcut yöntemler şunları içerir: FVector2, add, compareTo, equals, hashCode, mul, op_eq, op_explicit, op_ne, sub, toString. Tüm kamu üyeleri, Java paket için Aspose.3D FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir.

Methods

SignatureDescription
FVector2()Bu FVector2 örneğinde Fvector 2’yi çağırır.
FVector2(x: float, y: float)Bu FVector2 örneğinde Fvector 2 (x, y) çağırır.
FVector2(vec: FVector3)Bu FVector2 örneğinde Fvector1(vec) çağırır.
FVector2(vec: Vector2)Bu FVector2 örneğinde Fvector1(vec) çağırır.
compareTo(other: FVector2)intBu FVector2 örneğinde karşılaştırma çağrısı(diğer) yapılır.
equals(rhs: FVector2)booleanBu FVector2 örneğinde eşitler (rhs) çağırır.
equals(obj: Object)booleanBu FVector2 örneğinde eşitler (obj) çağırır.
hashCode()intBu FVector2 örneğinde hashCode çağırır.
toString()StringBu FVector2 örneğinde toString çağırır.
op_explicit(v: FVector2)Vector2Bu FVector2 örneğinde op_explicit(v) çağırır.
add(a: FVector2, b: FVector2)FVector2Bu FVector2 örneğinde çağrılar ekle(a, b).
sub(a: FVector2, b: FVector2)FVector2Bu FVector2 örneğinde sub(a, b) çağırın.
mul(a: FVector2, b: float)FVector2Bu FVector2 örneğinde mul(a, b) çağırır.
op_eq(a: FVector2, b: FVector2)booleanBu FVector2 örneğinde op_eq(a, b) çağırır.
op_ne(a: FVector2, b: FVector2)booleanBu FVector2 örneğinde op_ne(a, b) çağırır.

See Also

 Türkçe