FVector2
Overview
FVector2 adalah kelas di Aspose.3D FOSS untuk Java. Warisan dari: Serializable, Comparable<FVector2>.
Kelas ini menyediakan 15 metode untuk bekerja dengan objek FVector2 dalam program Java. Metode yang tersedia meliputi: FVector2, add, compareTo, equals, hashCode, mul, op_eq, op_explicit, op_ne, sub, toString. Semua anggota publik dapat diakses oleh aplikasi Java apa pun setelah menginstal paket FOSS for Java.
Methods
| Signature | Description |
|---|---|
FVector2() | Panggil FVector2 pada instansi F Vector2. |
FVector2(x: float, y: float) | Panggil FVector2 ((x, y) pada contoh F Vector2. |
FVector2(vec: FVector3) | Panggil FVector2 ((vec) pada instansi F Vector2. |
FVector2(vec: Vector2) | Panggil FVector2 ((vec) pada instansi F Vector2. |
compareTo(other: FVector2) → int | Panggilan compareTo(other) pada instansi FVector2. |
equals(rhs: FVector2) → boolean | Panggilan sama dengan ((rhs) pada contoh FVector2 ini. |
equals(obj: Object) → boolean | Panggilan sama dengan (obj) pada contoh FVector2. |
hashCode() → int | Panggil hashCode pada instansi FVector2. |
toString() → String | Panggilan keString pada instansi FVector2. |
op_explicit(v: FVector2) → Vector2 | Panggilan op_explicit (v) pada instansi FVector2 ini. |
add(a: FVector2, b: FVector2) → FVector2 | Panggilan add ((a, b) pada contoh FVector2 ini. |
sub(a: FVector2, b: FVector2) → FVector2 | Panggilan sub ((a, b) pada contoh FVector2 ini. |
mul(a: FVector2, b: float) → FVector2 | Panggilan mul (a, b) pada contoh FVector2 ini. |
op_eq(a: FVector2, b: FVector2) → boolean | Panggil op_eq(a, b) pada contoh FVector2 ini. |
op_ne(a: FVector2, b: FVector2) → boolean | Panggil op_ne(a, b) pada instansi FVector2 ini. |