FVector2
Opinie generală
FVector2 este o clasă în Aspose.3D FOSS pentru Java. Moștenitorii de la: Serializable, Comparable<FVector2>.
Această clasă oferă 15 metode pentru a lucra cu obiecte FVector2 în programele Java. Metodele disponibile includ: FVector2, add, compareTo, equals, hashCode, mul, op_eq, op_explicit, op_ne, sub, toString. Toți membrii publicului sunt accesibili oricărei aplicații Java după instalarea pachetului FOSS pentru Java.
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
FVector2() | Chema FVector2 pe această instanță de F Vector2. |
FVector2(x: float, y: float) | Se cheamă FVector2 ((x, y) pe această instanță de F Vector2. |
FVector2(vec: FVector3) | Chema FVector2 ((vec) pe această instanță de F Vector2. |
FVector2(vec: Vector2) | Chema FVector2 ((vec) pe această instanță de F Vector2. |
compareTo(other: FVector2) → int | Apel comparTo(altele) pe această instanță FVector2. |
equals(rhs: FVector2) → boolean | Chema egale ((rhs) pe această instanță FVector2. |
equals(obj: Object) → boolean | Se cheamă egal ((obj) pe această instanță FVector2. |
hashCode() → int | Cheamă hashCode pe această instanță FVector2. |
toString() → String | Apeluri la String pe această instanță FVector2. |
op_explicit(v: FVector2) → Vector2 | Chema op_explicit (v) pe această instanță FVector2. |
add(a: FVector2, b: FVector2) → FVector2 | Apeluri add ((a, b) pe această instanță FVector2. |
sub(a: FVector2, b: FVector2) → FVector2 | Apel sub ((a, b) pe această instanță FVector2. |
mul(a: FVector2, b: float) → FVector2 | Se cheamă mul(a, b) pe această instanță FVector2. |
op_eq(a: FVector2, b: FVector2) → boolean | Se cheamă op_eq ((a, b) pe această instanță FVector2. |
op_ne(a: FVector2, b: FVector2) → boolean | Chema op_ne(a, b) pe această instanță FVector2. |